summarylogtreecommitdiffstats
path: root/geph-client.service
blob: 70b7195e6d6dc8c255a51cdeab177d08ff5ff06c (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-failure

[Install]
WantedBy=multi-user.target