summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proxy/systemd/gssproxy.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/systemd/gssproxy.service.in b/proxy/systemd/gssproxy.service.in
index 996b60d..8c0be48 100644
--- a/proxy/systemd/gssproxy.service.in
+++ b/proxy/systemd/gssproxy.service.in
@@ -4,7 +4,7 @@ Description=GSSAPI Proxy Daemon
After=syslog.target
[Service]
-ExecStart=@sbindir@/gssproxy -D -f
+ExecStart=@sbindir@/gssproxy -D
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking