diff options
| author | Günther Deschner <gdeschner@redhat.com> | 2012-07-02 18:14:14 +0200 |
|---|---|---|
| committer | Günther Deschner <gdeschner@redhat.com> | 2012-07-10 16:03:31 +0200 |
| commit | ba0fc6bab3453e1cb9d2f751c7e623aaeb0a74f7 (patch) | |
| tree | 6d0d53f43ce3975943d6ba4778e62b1f1651d0e6 | |
| parent | ac8b4bd391903fb97c43bb4d7690d59e0c8b8cf3 (diff) | |
| download | gss-proxy-ba0fc6bab3453e1cb9d2f751c7e623aaeb0a74f7.tar.gz gss-proxy-ba0fc6bab3453e1cb9d2f751c7e623aaeb0a74f7.tar.xz gss-proxy-ba0fc6bab3453e1cb9d2f751c7e623aaeb0a74f7.zip | |
Fix systemd service file as we dont write a pidfile at the moment.
Guenther
| -rw-r--r-- | proxy/systemd/gssproxy.service | 3 | ||||
| -rw-r--r-- | proxy/systemd/gssproxy.service.in | 3 |
2 files changed, 4 insertions, 2 deletions
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 |
