mirror of
https://lab.it.hs-hannover.de/misc/postfix-stats.git
synced 2024-11-27 22:37:55 +01:00
15 lines
255 B
Desktop File
15 lines
255 B
Desktop File
[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
|
|
|