diff --git a/overlays/wwinit/etc/systemd/system/wwclient.service b/overlays/wwinit/etc/systemd/system/wwclient.service new file mode 100644 index 00000000..af958807 --- /dev/null +++ b/overlays/wwinit/etc/systemd/system/wwclient.service @@ -0,0 +1,14 @@ +[Unit] +Description=Warewulf node runtime overlay update +After=network.target +After=local-fs.target + +[Service] +Type=simple +ExecStart=/warewulf/bin/wwclient +ExecReload=/bin/kill -s SIGHUP "$MAINPID" +PIDFile=/var/run/wwclient.pid +TimeoutSec=5 + +[Install] +WantedBy=multi-user.target \ No newline at end of file