Merge pull request #672 from mslacken/Fix624

use always @BINDIR@
This commit is contained in:
Jonathon Anderson
2023-02-02 20:53:28 -07:00
committed by GitHub

View File

@@ -10,8 +10,8 @@ User=root
Group=root
ExecStart=@BINDIR@/wwctl server start
ExecReload=/usr/bin/wwctl server reload
ExecStop=/usr/bin/wwctl server stop
ExecReload=@BINDIR@/wwctl server reload
ExecStop=@BINDIR@/wwctl server stop
PIDFile=/var/run/warewulfd.pid
Restart=always