summaryrefslogtreecommitdiff
path: root/bmc-watchdog.service
diff options
context:
space:
mode:
Diffstat (limited to 'bmc-watchdog.service')
-rw-r--r--bmc-watchdog.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/bmc-watchdog.service b/bmc-watchdog.service
new file mode 100644
index 0000000..c7ada84
--- /dev/null
+++ b/bmc-watchdog.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=BMC Watchdog Timer Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/bmc-watchdog.pid
+EnvironmentFile=-/etc/sysconfig/bmc-watchdog
+ExecStart=/usr/sbin/bmc-watchdog $OPTIONS
+
+[Install]
+WantedBy=multi-user.target