Extend and optimize relocatable build config infrastructure

This commit is contained in:
Gregory Kurtzer
2022-01-15 03:32:32 +00:00
parent be41b79261
commit 8da7dd415a
23 changed files with 258 additions and 348 deletions

View File

@@ -2,14 +2,14 @@
Description=Warewulf cluster management daemon
Documentation=https://warewulf.hpcng.org/
After=network-online.target
AssertFileIsExecutable=/usr/bin/wwctl
AssertFileIsExecutable=@BINDIR@/wwctl
[Service]
Type=forking
User=root
Group=root
ExecStart=/usr/bin/wwctl server start
ExecStart=@BINDIR@/wwctl server start
PIDFile=/var/run/warewulfd.pid
Restart=always