mirror of
https://github.com/YunoHost-Apps/pagure_ynh.git
synced 2024-09-03 19:56:19 +02:00
15 lines
373 B
Desktop File
15 lines
373 B
Desktop File
[Unit]
|
|
Description= SMTP filter (Milter) Daemon (talk to postfix over a socket)
|
|
After=postfix.target
|
|
Documentation=https://pagure.io/pagure
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/
|
|
ExecStart=__FINALPATH__/venv/bin/python3 __FINALPATH__/pagure-milters/comment_email_milter.py
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|