Don't specify "ExecReload" command in systemd unit

The "reload_config" command doesn't work the way admins would typically
expect, so it shouldn't be exposed via systemd.  Those who understand
the behavior can execute the command using ejabberdctl.
This commit is contained in:
Holger Weiss 2016-10-19 23:37:26 +02:00
parent 7621564839
commit 0a3fcc9ade
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ Restart=on-failure
RestartSec=5
ExecStart=@ctlscriptpath@/ejabberdctl start
ExecStop=@ctlscriptpath@/ejabberdctl stop
ExecReload=@ctlscriptpath@/ejabberdctl reload_config
PrivateDevices=true
ProtectSystem=full