PrometheusExporter/exporter/dovecot_exporter/dovecot_exporter.service

13 lines
212 B
SYSTEMD
Raw Normal View History

2020-04-25 19:13:54 +00:00
[Unit]
Description=Dovecot Exporter
[Service]
User=root
ExecStart=/usr/prometheus/dovecot_exporter
ProtectHome=true
ProtectSystem=full
ReadWritePaths=/var/run/dovecot/stats
[Install]
WantedBy=multi-user.target