Move all overlay contents to a rootfs subdirectory, which was already supported, and set ownership to root:root. Closes #1078 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
|