mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-27 14:46:08 +02:00
.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
18 lines
426 B
Desktop File
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
|