13 lines
199 B
Desktop File
13 lines
199 B
Desktop File
[Unit]
|
|
Description=watchdog daemon
|
|
# man systemd.special
|
|
# auto added After=basic.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/watchdog
|
|
ControlGroup=cpu:/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|