summaryrefslogtreecommitdiff
path: root/extra/watchdog/watchdog.systemd
blob: 57c73fb45b7f490b647f14f1d583b374ddcd584c (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Watchdog Daemon

[Service]
Type=forking
PIDFile=/run/watchdog.pid
ExecStart=/usr/sbin/watchdog

[Install]
WantedBy=multi-user.target