summaryrefslogtreecommitdiffstats
path: root/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'proxy')
-rw-r--r--proxy/systemd/gssproxy.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/proxy/systemd/gssproxy.service b/proxy/systemd/gssproxy.service
deleted file mode 100644
index ab25699..0000000
--- a/proxy/systemd/gssproxy.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=GSSAPI Proxy Daemon
-# GSSPROXY will not be started until syslog is
-After=syslog.target
-
-[Service]
-ExecStart=${exec_prefix}/sbin/gssproxy -D -f
-# These two should be used with traditional UNIX forking daemons
-# consult systemd.service(5) for more details
-Type=forking
-PIDFile=${prefix}/var/run/gssproxy.pid
-
-[Install]
-WantedBy=multi-user.target