mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Disable the systemd watchdog by default
Some users reported ejabberd being restarted by systemd due to missing watchdog pings despite the actual service operating just fine. So far, we weren't able to track down the issue, so we'll no longer enable the watchdog in our example service unit. Closes #4054.
This commit is contained in:
parent
d56eae809d
commit
4843cd432f
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ Group=@installuser@
|
|||
LimitNOFILE=65536
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
WatchdogSec=30
|
||||
ExecStart=@ctlscriptpath@/ejabberdctl foreground
|
||||
ExecStop=/bin/sh -c '@ctlscriptpath@/ejabberdctl stop && @ctlscriptpath@/ejabberdctl stopped'
|
||||
ExecReload=@ctlscriptpath@/ejabberdctl reload_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue