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

[Service]
Type=simple
User=nobody
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-failure

[Install]
WantedBy=multi-user.target