From 6c3b7b20306894d4719df967e708fe9316eeeb89 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 22 Mar 2013 11:34:09 -0400 Subject: Remove gssproxy.service This file is generated by gssproxy.service.in so keep only the source in git. --- proxy/systemd/gssproxy.service | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 proxy/systemd/gssproxy.service (limited to 'proxy/systemd') 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 -- cgit