mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
Move systemd guide into Wiki
This commit is contained in:
parent
3415e7c1a1
commit
1d2daf87d7
@ -1,17 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=ClusterCockpit Web Server (Go edition)
|
|
||||||
Documentation=https://github.com/ClusterCockpit/cc-backend
|
|
||||||
Wants=network-online.target
|
|
||||||
After=network-online.target
|
|
||||||
After=mariadb.service mysql.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
WorkingDirectory=/var/clustercockpit
|
|
||||||
Type=notify
|
|
||||||
NotifyAccess=all
|
|
||||||
Restart=on-failure
|
|
||||||
TimeoutStopSec=100
|
|
||||||
ExecStart=/var/clustercockpit/cc-backend --config ./config.json
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"addr": "0.0.0.0:443",
|
|
||||||
"https-cert-file": "/etc/letsencrypt/live/<...>/fullchain.pem",
|
|
||||||
"https-key-file": "/etc/letsencrypt/live/<...>/privkey.pem",
|
|
||||||
"db-driver": "mysql",
|
|
||||||
"db": "clustercockpit:password@/cc_backend",
|
|
||||||
"user": "clustercockpit",
|
|
||||||
"group": "clustercockpit"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user