mirror of https://gitlab.com/tildes/tildes.git
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.
14 lines
317 B
14 lines
317 B
[Unit]
|
|
Description=Prometheus Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=no
|
|
WorkingDirectory=/opt/prometheus
|
|
User=prometheus
|
|
Group=prometheus
|
|
ExecStart=/opt/prometheus/prometheus --config.file=/opt/prometheus/prometheus.yml --log.level info
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|