mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-28 14:19:06 +01:00
17 lines
393 B
SYSTEMD
17 lines
393 B
SYSTEMD
|
[Unit]
|
||
|
Description=ClusterCockpit Web Server (Go edition)
|
||
|
Documentation=https://github.com/ClusterCockpit/cc-backend
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/var/clustercockpit
|
||
|
Type=notify
|
||
|
NotifyAccess=all
|
||
|
Restart=on-failure
|
||
|
TimeoutStopSec=100
|
||
|
ExecStart=/var/clustercockpit/cc-jobarchive --config ./config.json
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|