mirror of
https://lab.it.hs-hannover.de/misc/pymilter-suspicious-from.git
synced 2024-11-30 18:55:19 +01:00
14 lines
307 B
Desktop File
14 lines
307 B
Desktop File
[Unit]
|
|
Description=Start and Stop pymilter-suspicious-from
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
ExecStart=/srv/venv/pymilter-suspicious-from/bin/python /srv/repo/pymilter-suspicious-from/main.py
|
|
|
|
# Use an unprivileged user here
|
|
User=pymilter-suspicious-from
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|