use always @BINDIR@

This commit is contained in:
Christian Goll
2023-02-01 11:15:46 +01:00
parent cb1726bd40
commit b32a0e0201

View File

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