- Closes #987 To make the overlays testable in isolation, and after discussion with the TSC, removed host/time/source from overlay files. Signed-off-by: Jonathon Anderson <janderson@ciq.com>
15 lines
275 B
Desktop File
15 lines
275 B
Desktop File
[Unit]
|
|
Description=Warewulf node runtime overlay update
|
|
After=network.target
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/warewulf/wwclient
|
|
ExecReload=/bin/kill -s SIGHUP "$MAINPID"
|
|
PIDFile=/var/run/wwclient.pid
|
|
TimeoutSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|