|
[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
|
|
|