1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-27 14:46:08 +02:00
Files
.github
api
auth
config
frontend
graph
log
metricdata
repository
schema
templates
test
utils
systemd
README.md
clustercockpit.service
config.json
README.md
add-job.mjs
gen-keypair.go
.env
.gitignore
.gitmodules
LICENSE
README.md
go.mod
go.sum
gqlgen.yml
routes.go
runtimeSetup.go
server.go
startDemo.sh
cc-backend/utils/systemd/clustercockpit.service
2022-01-27 09:40:59 +01:00

18 lines
426 B
Desktop File

[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