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

[Service]
User=geph-client
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_BIND_SERVICE
NoNewPrivileges=true
ExecStart=/usr/bin/geph-client -config /etc/geph2/%i.ini
Restart=on-abort

[Install]
WantedBy=multi-user.target