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

[Service]
Type=simple
User=nobody
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/geph-client -config /etc/geph2/geph-client.ini

[Install]
WantedBy=multi-user.target