summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-07-02 17:28:48 +0200
committerSimo Sorce <simo@redhat.com>2013-03-22 14:10:59 -0400
commitff93cd2fab703e373cf1ebb2223c89c92ea67e40 (patch)
treed31da856cc4ff27033e9c5131b032c64591aae18
parenta67b2c9c103851a70bc5b89d45e0e8fc046f107b (diff)
downloadgss-proxy-ff93cd2fab703e373cf1ebb2223c89c92ea67e40.tar.gz
gss-proxy-ff93cd2fab703e373cf1ebb2223c89c92ea67e40.tar.xz
gss-proxy-ff93cd2fab703e373cf1ebb2223c89c92ea67e40.zip
Fix systemd config file for gssproxy.
Reviewed-by: Simo Sorce <simo@redhat.com>
-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