14 lines
262 B
SYSTEMD
14 lines
262 B
SYSTEMD
|
[Unit]
|
||
|
Description=Prometheus-CachetHQ
|
||
|
After=network.target prometheus.service
|
||
|
|
||
|
[Service]
|
||
|
User=cachet
|
||
|
Group=cachet
|
||
|
Type=simple
|
||
|
WorkingDirectory=/opt/prometheus-cachethq
|
||
|
ExecStart=/opt/prometheus-cachethq/prometheus-cachethq
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|