diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | proxy/systemd/gssproxy.service | 14 |
2 files changed, 1 insertions, 14 deletions
@@ -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 |