Rename folder and update config

This commit is contained in:
2024-11-29 11:30:52 +01:00
parent 0d4e698846
commit be661e4e15
66 changed files with 10741 additions and 3284 deletions

View 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