summaryrefslogtreecommitdiff
path: root/bmc-watchdog.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 15:06:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 15:06:25 +0000
commit1a4ff52e9e8c3a0239ba69379f296da079cbb363 (patch)
treee5f4061c19e7a4fc58b0d37b3ccb91dfd6ceda12 /bmc-watchdog.service
parentddba247793212c01985d42a4686f53b85c87bf9b (diff)
automatic import of freeipmiopeneuler24.03_LTSopeneuler23.09
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