From ba0fc6bab3453e1cb9d2f751c7e623aaeb0a74f7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Jul 2012 18:14:14 +0200 Subject: Fix systemd service file as we dont write a pidfile at the moment. Guenther --- proxy/systemd/gssproxy.service | 3 ++- proxy/systemd/gssproxy.service.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'proxy') diff --git a/proxy/systemd/gssproxy.service b/proxy/systemd/gssproxy.service index 45bbf6e..e8fe130 100644 --- a/proxy/systemd/gssproxy.service +++ b/proxy/systemd/gssproxy.service @@ -8,7 +8,8 @@ ExecStart=${exec_prefix}/sbin/gssproxy -D # 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 +# At the moment GSSPROXY does not create a pidfile +#PIDFile=${prefix}/var/run/gssproxy.pid [Install] WantedBy=multi-user.target diff --git a/proxy/systemd/gssproxy.service.in b/proxy/systemd/gssproxy.service.in index 8c0be48..d55f991 100644 --- a/proxy/systemd/gssproxy.service.in +++ b/proxy/systemd/gssproxy.service.in @@ -8,7 +8,8 @@ ExecStart=@sbindir@/gssproxy -D # These two should be used with traditional UNIX forking daemons # consult systemd.service(5) for more details Type=forking -PIDFile=@localstatedir@/run/gssproxy.pid +# At the moment GSSPROXY does not create a pidfile +#PIDFile=@localstatedir@/run/gssproxy.pid [Install] WantedBy=multi-user.target -- cgit