Skip to content

Commit

Permalink
Disable the systemd watchdog by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weiss committed Nov 5, 2024
1 parent d56eae8 commit 4843cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ejabberd.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4843cd4

Please sign in to comment.