Add execreload and execstop to warewulfd.service.

This commit is contained in:
griznog
2022-10-03 10:03:50 -05:00
parent f8d9dbc61e
commit 5ece5ff4dc

View File

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