summaryrefslogtreecommitdiff
path: root/pcr/freeipmi/bmc-watchdog.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/freeipmi/bmc-watchdog.service')
-rw-r--r--pcr/freeipmi/bmc-watchdog.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/freeipmi/bmc-watchdog.service b/pcr/freeipmi/bmc-watchdog.service
new file mode 100644
index 000000000..8ad449a71
--- /dev/null
+++ b/pcr/freeipmi/bmc-watchdog.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=BMC Watchdog Timer Daemon
+After=network.target
+
+[Service]
+Type=forking
+EnvironmentFile=-/etc/conf.d/bmc-watchdog
+ExecStart=/usr/bin/bmc-watchdog $OPTIONS
+
+[Install]
+WantedBy=multi-user.target