We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880d11 commit fc550afCopy full SHA for fc550af
conf/systemd/etc/systemd/system/ghfs@.service
@@ -4,7 +4,7 @@ After=network.target
4
5
[Service]
6
Type=simple
7
-ExecStartPre=/sbin/setcap CAP_NET_BIND_SERVICE=+ep
+ExecStartPre=/sbin/setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/ghfs
8
ExecStart=/sbin/runuser -u nobody -- /usr/local/bin/ghfs --config=/etc/ghfs_%I.conf
9
ExecReload=/bin/kill -s HUP $MAINPID
10
KillSignal=SIGTERM
0 commit comments