18 lines
331 B
Desktop File
18 lines
331 B
Desktop File
[Unit]
|
|
Description=Warewulf cluster management daemon
|
|
Documentation=https://hpcng.github.io/warewulf
|
|
After=network-online.target
|
|
AssertFileIsExecutable=/usr/bin/wwctl
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=root
|
|
Group=root
|
|
|
|
ExecStart=/usr/bin/wwctl server start
|
|
PIDFile=/tmp/warewulfd.pid
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|