blob: 301347acc218434c4ebd586b2be49276a1fc32b2 [file] [log] [blame]
[Unit]
Description=MTA Routing Stats Collector
[Service]
Type=simple
WorkingDirectory=/opt/mailstats
ExecStart=/usr/local/bin/pipenv run python3 collector.py
Restart=always
[Install]
WantedBy=multi-user.target