From 74e5f3a7cf34fe694e07f31c1a2a24c8ad58b761 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jan 22 2024 18:56:00 +0000 Subject: wdmd: rename native service --- diff --git a/init.d/wdmd.service b/init.d/wdmd.service new file mode 100644 index 0000000..ab0828e --- /dev/null +++ b/init.d/wdmd.service @@ -0,0 +1,13 @@ +[Unit] +Description=Watchdog Multiplexing Daemon +After=syslog.target + +[Service] +Type=forking +ExecStartPre=/lib/systemd/systemd-wdmd watchdog-check +ExecStart=/usr/sbin/wdmd +SendSIGKILL=no + +[Install] +WantedBy=multi-user.target + diff --git a/init.d/wdmd.service.native b/init.d/wdmd.service.native deleted file mode 100644 index ab0828e..0000000 --- a/init.d/wdmd.service.native +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Watchdog Multiplexing Daemon -After=syslog.target - -[Service] -Type=forking -ExecStartPre=/lib/systemd/systemd-wdmd watchdog-check -ExecStart=/usr/sbin/wdmd -SendSIGKILL=no - -[Install] -WantedBy=multi-user.target -