From 4bdee6c74910a87296070ade77cf26a039274039 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jan 22 2024 18:55:24 +0000 Subject: wdmd: remove old init based service --- diff --git a/init.d/wdmd.service b/init.d/wdmd.service deleted file mode 100644 index 7994fb3..0000000 --- a/init.d/wdmd.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Watchdog Multiplexing Daemon -After=syslog.target - -[Service] -Type=forking -ExecStart=/usr/lib/systemd/systemd-wdmd start -ExecStop=/usr/lib/systemd/systemd-wdmd stop - -[Install] -WantedBy=multi-user.target -