From: Jaroslav Kysela Date: Fri, 5 Jan 2018 10:36:10 +0000 (+0100) Subject: rpm: add the watchdog config to tvheadend.service, too X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84047da8d850b2a1531887f9de0bb6a69801dbea;p=thirdparty%2Ftvheadend.git rpm: add the watchdog config to tvheadend.service, too --- diff --git a/rpm/tvheadend.service b/rpm/tvheadend.service index cd2ff3445..1e084452e 100644 --- a/rpm/tvheadend.service +++ b/rpm/tvheadend.service @@ -10,5 +10,12 @@ Type=forking Restart=on-failure RestartSec=54s +# To enable watchdog functionality, uncomment these, remove Type=forking +# and compile with --enable-libsystemd_daemon +#Type=notify +#WatchdogSec=1m +#TimeoutStartSec=5m +#TimeoutStopSec=20 + [Install] WantedBy=multi-user.target