14 lines
262 B
Desktop File
14 lines
262 B
Desktop File
[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
|