13 lines
212 B
SYSTEMD
13 lines
212 B
SYSTEMD
|
[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
|