summarylogtreecommitdiffstats
path: root/ulist.service
blob: 6c413acf437758c061253ae763d56e6e2401489d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[Unit]
Description=ulist
After=network.target

[Service]
Type=simple
User=ulist
Group=ulist
SupplementaryGroups=postdrop
PrivateDevices=true
PrivateIPC=true
PrivateTmp=true
ProtectControlGroups=true
ProtectKernelTunables=true
ProtectSystem=strict
ReadWritePaths=/var/spool/postfix/maildrop/
RuntimeDirectory=ulist
RuntimeDirectoryMode=0755
StateDirectory=ulist
StateDirectoryMode=0750
EnvironmentFile=/etc/ulist/ulist.conf
ExecStart=/usr/bin/ulist

[Install]
WantedBy=multi-user.target