12 lines
174 B
SYSTEMD
12 lines
174 B
SYSTEMD
|
[Unit]
|
||
|
Description=Postfix Exporter
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
ExecStart=/usr/prometheus/postfix_exporter
|
||
|
ProtectHome=true
|
||
|
ProtectSystem=full
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|