watchdog/watchdog-ping.service

12 lines
218 B
SYSTEMD
Raw Normal View History

2013-11-07 10:40:33 +00:00
[Unit]
2013-11-07 12:01:52 +00:00
Description=watchdog daemon for use with ping test / network dependency
2013-11-07 10:40:33 +00:00
After=network.target
Conflicts=watchdog.service
[Service]
Type=forking
ExecStart=/usr/sbin/watchdog
[Install]
WantedBy=multi-user.target