monitoring/Prometheus-CachetHQ/prometheus-cachethq.service

14 lines
262 B
SYSTEMD
Raw Normal View History

[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