diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:59:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:59:38 +0000 |
commit | 9d4602925578e5f3e318e9c8bc186b5015ec8bd0 (patch) | |
tree | e5f4061c19e7a4fc58b0d37b3ccb91dfd6ceda12 /bmc-watchdog.service | |
parent | 49d12a88997fdfe38985e33a6305d5b6e7b4c9cd (diff) |
automatic import of freeipmiopeneuler24.03_LTS
Diffstat (limited to 'bmc-watchdog.service')
-rw-r--r-- | bmc-watchdog.service | 12 |
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 |