diff options
author | Jose <jose@zeroc.com> | 2018-10-29 18:30:50 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-10-29 18:30:50 +0100 |
commit | 5ce35f80fb561b58372fdf46ad52c2fd2949a630 (patch) | |
tree | 8da6db0bfc4a2a587e1266589a08259869856a9c /js/src | |
parent | Fix for PHP 5.3 (Amzn 2018.03) build failures (diff) | |
download | ice-5ce35f80fb561b58372fdf46ad52c2fd2949a630.tar.bz2 ice-5ce35f80fb561b58372fdf46ad52c2fd2949a630.tar.xz ice-5ce35f80fb561b58372fdf46ad52c2fd2949a630.zip |
Add support for systemd Type=notify to Ice::Service
Close #75
Diffstat (limited to 'js/src')
-rw-r--r-- | js/src/Ice/PropertyNames.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/src/Ice/PropertyNames.js b/js/src/Ice/PropertyNames.js index 544db00f3c2..e8431bb73ca 100644 --- a/js/src/Ice/PropertyNames.js +++ b/js/src/Ice/PropertyNames.js @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Sep 12 19:11:29 2018 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Oct 25 22:10:11 2018 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -186,6 +186,7 @@ PropertyNames.IceProps = new Property("/^Ice\.TCP\.SndSize/", false, null), new Property("/^Ice\.UseApplicationClassLoader/", false, null), new Property("/^Ice\.UseSyslog/", false, null), + new Property("/^Ice\.UseSystemdJournal/", false, null), new Property("/^Ice\.Warn\.AMICallback/", false, null), new Property("/^Ice\.Warn\.Connections/", false, null), new Property("/^Ice\.Warn\.Datagrams/", false, null), |