summarylogtreecommitdiffstats
path: root/ulist@.service
blob: f83f9f964830cdeaedd948d714ed2a4eb15b282d (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 %I
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-%i
RuntimeDirectoryMode=0755
StateDirectory=ulist-%i
StateDirectoryMode=0750
EnvironmentFile=/etc/ulist/ulist-%i.conf
ExecStart=/usr/bin/ulist

[Install]
WantedBy=multi-user.target