mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2025-07-28 23:56:10 +02:00
Rename folder and update config
This commit is contained in:
18
nhr@fau/cc-backend/clustercockpit.service
Normal file
18
nhr@fau/cc-backend/clustercockpit.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=ClusterCockpit Web Server
|
||||
Documentation=https://clustercockpit.org
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
After=mariadb.service mysql.service
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/opt/monitoring/cc-backend
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
Restart=on-failure
|
||||
RestartSec=30
|
||||
TimeoutStopSec=100
|
||||
ExecStart=/opt/monitoring/cc-backend/cc-backend -loglevel info -server -config ./config.json
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user