New OPTIONS variable for warewulfd.service

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-05 22:14:53 -07:00
parent 89721c6832
commit fa46794d38
3 changed files with 19 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ Type=exec
EnvironmentFile=-/etc/default/warewulfd
User=root
Group=root
ExecStart=@BINDIR@/wwctl server
ExecStart=@BINDIR@/wwctl server $OPTIONS
ExecReload=/bin/kill -HUP "$MAINPID"
Restart=always