This is an automated email from the git hooks/post-receive script.
teigland pushed a commit to branch master in repository sanlock.
commit c56521cc44278c168f637feaafd1e92f9d1a6b3d Author: David Teigland teigland@redhat.com AuthorDate: Mon Jan 22 12:43:40 2024 -0600
wdmd.service: /usr/lib instead of /lib --- init.d/wdmd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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
sanlock-devel@lists.fedorahosted.org