mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 13:17:25 +01:00
18 lines
444 B
SYSTEMD
18 lines
444 B
SYSTEMD
|
[Unit]
|
||
|
Description=ClusterCockpit In-Memory Timeseries Database (cc-metric-store)
|
||
|
Documentation=https://github.com/ClusterCockpit/cc-metric-store
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/default/cc-metric-store
|
||
|
Type=simple
|
||
|
User=clustercockpit
|
||
|
Group=clustercockpit
|
||
|
Restart=on-failure
|
||
|
TimeoutStopSec=100
|
||
|
ExecStart=/usr/bin/cc-metric-store --config ${CONF_FILE}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|