summarylogtreecommitdiffstats
path: root/geph-exit.service
blob: c2ea6d9e9dc1f800df36e419051c7f009fbde907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Geph exit Service
After=network.target nss-lookup.target

[Service]
User=geph-exit
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_BIND_SERVICE
NoNewPrivileges=true
ExecStart=/usr/bin/geph-exit
Restart=on-abort

[Install]
WantedBy=multi-user.target