Merge pull request #550 from griznog/warewulf-service-reload

Add execreload and execstop to warewulfd.service.
This commit is contained in:
Christian Goll
2022-10-12 21:30:36 +02:00
committed by GitHub

View File

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