summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--proxy/systemd/gssproxy.service14
2 files changed, 1 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 5767e66..4716c78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@ cli_srv_conn
cli_srv_comm
gssproxy.spec
interposetest
+gssproxy.service
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