You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
326 B
15 lines
326 B
[Unit]
|
|
Description=The Prometheus monitoring system and time series database
|
|
Wants=network.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
Type=simple
|
|
ExecStart=/opt/prometheus/bin/prometheus
|
|
WorkingDirectory=/opt/prometheus/etc
|
|
User=prometheus
|
|
Group=itix-svc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|
|
|