From 9d4602925578e5f3e318e9c8bc186b5015ec8bd0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:59:38 +0000 Subject: automatic import of freeipmi --- bmc-watchdog.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bmc-watchdog.service (limited to 'bmc-watchdog.service') 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 -- cgit v1.2.3