11 lines
202 B
SYSTEMD
11 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=Postfix Exporter
|
||
|
|
||
|
[Service]
|
||
|
User=postfix_exporter
|
||
|
EnvironmentFile=/etc/conf.d/postfix_exporter
|
||
|
ExecStart=/usr/bin/postfix_exporter $command_args
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|