blob: 16b9f8ac9e993e96f34a5a0bd6ce6f445fb9acf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
|