blob: 801ce0928966f62cd8ccf9450925813cb778a52f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Geph5 client Service for %i.
After=network.target nss-lookup.target
[Service]
Type=exec
User=%i
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_RESOURCE CAP_NET_ADMIN CAP_NET_RAW
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_RESOURCE CAP_NET_ADMIN CAP_NET_RAW
ExecStart=/usr/bin/geph5-client -c /home/%i/.config/geph5-prefs/settings
Restart=on-abort
[Install]
WantedBy=multi-user.target
|