postfix-stats/templates/postfixstats.service

15 lines
255 B
SYSTEMD
Raw Permalink Normal View History

2018-05-04 15:20:04 +02:00
[Unit]
Description=Postfix statistics collector service
After=network.target
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/home/jpt/postfix-stats
ExecStart=/home/jpt/postfix-stats/collector_runner.sh
[Install]
WantedBy=multi-user.target