summaryrefslogtreecommitdiff
path: root/pgp-milter.service
blob: 2b93f400e9543bceadf6c409ad7b756fd08c0c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=CMail PGP Milter Service
Documentation=https://github.com/cflems/pgp-milter
After=network.target

[Service]
Type=exec
User=pgp-milter
Group=pgp-milter
StandardOutput=append:/var/log/pgp-milter.log
StandardError=append:/var/log/pgp-milter.err
ExecStart=/usr/bin/python3 /opt/pgp-milter/main.py
Restart=on-failure

[Install]
WantedBy=multi-user.target