Files
warewulf/overlays/wwclient/rootfs/etc/systemd/system/wwclient.service
Jonathon Anderson e4a9018b80 wwclient uses WW_IPADDR, if set, to contact the Warewulf server.
- Closes: #1788

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2025-03-22 03:03:21 -06:00

16 lines
314 B
Desktop File

[Unit]
Description=Warewulf node runtime overlay update
After=network.target
After=local-fs.target
[Service]
Type=notify
EnvironmentFile=-/etc/default/wwclient
ExecStart=/warewulf/wwclient
ExecReload=/bin/kill -s SIGHUP "$MAINPID"
PIDFile=/var/run/wwclient.pid
TimeoutSec=60
[Install]
WantedBy=multi-user.target