I was surprised we were missing this one

OBS-URL: https://build.opensuse.org/package/show/Base:System/watchdog?expand=0&rev=1
This commit is contained in:
2018-05-28 17:37:25 +00:00
committed by Git OBS Bridge
commit 6a34bf73f6
9 changed files with 299 additions and 0 deletions

12
watchdog.service Normal file
View File

@@ -0,0 +1,12 @@
[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