From c56521cc44278c168f637feaafd1e92f9d1a6b3d Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jan 22 2024 18:43:40 +0000 Subject: wdmd.service: /usr/lib instead of /lib --- diff --git a/init.d/wdmd.service b/init.d/wdmd.service index 7e6d973..7994fb3 100644 --- a/init.d/wdmd.service +++ b/init.d/wdmd.service @@ -4,8 +4,8 @@ After=syslog.target [Service] Type=forking -ExecStart=/lib/systemd/systemd-wdmd start -ExecStop=/lib/systemd/systemd-wdmd stop +ExecStart=/usr/lib/systemd/systemd-wdmd start +ExecStop=/usr/lib/systemd/systemd-wdmd stop [Install] WantedBy=multi-user.target