summarylogtreecommitdiffstats
path: root/peerunityd@.service
blob: 9990797183a10323270ce61a2fa8704f2a440ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Peerunity Daemon
After=network.target 

[Service]
User=%i
Group=users
Type=simple
RestartSec=15
Restart=on-failure
ExecStart=/usr/bin/peerunityd
## security
PrivateTmp=true
PrivateDevices=true
ProtectSystem=full
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target