summarylogtreecommitdiffstats
path: root/geph-client.service
blob: dcd62388c38c04aa186036d7e719cb29b91a7e11 (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/geph-client.ini
Restart=on-abort

[Install]
WantedBy=multi-user.target