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 diff --git a/ipmidetectd.service b/ipmidetectd.service new file mode 100644 index 0000000..60f38cd --- /dev/null +++ b/ipmidetectd.service @@ -0,0 +1,10 @@ +[Unit] +Description=IPMI Node Detection Monitoring Daemon +After=network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/ipmidetectd + +[Install] +WantedBy=multi-user.target diff --git a/ipmiseld.service b/ipmiseld.service new file mode 100644 index 0000000..77a5770 --- /dev/null +++ b/ipmiseld.service @@ -0,0 +1,10 @@ +[Unit] +Description=IPMI SEL syslog logging daemon +After=network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/ipmiseld + +[Install] +WantedBy=multi-user.target