This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master in repository gssproxy.
from b50a863 Remove gpm_release_ctx() to fix double unlock new c7e8b40 Update systemd file
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: proxy/systemd/gssproxy.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
rharwood pushed a commit to branch master in repository gssproxy.
commit c7e8b4066575508a91a38bb6a44694c8a171f0c5 Author: Robbie Harwood rharwood@redhat.com Date: Wed Apr 26 21:02:47 2017 -0400
Update systemd file
Add `reload` capability, and remove dependency on nfs-utils.
Closes: #127 Signed-off-by: Robbie Harwood rharwood@redhat.com Reviewed-by: Simo Sorce simo@redhat.com --- proxy/systemd/gssproxy.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/systemd/gssproxy.service.in b/proxy/systemd/gssproxy.service.in index dae39ee..f50f526 100644 --- a/proxy/systemd/gssproxy.service.in +++ b/proxy/systemd/gssproxy.service.in @@ -3,7 +3,6 @@ Description=GSSAPI Proxy Daemon # GSSPROXY will not be started until syslog is After=syslog.target Before=nfs-secure.service nfs-secure-server.service -Requires=proc-fs-nfsd.mount
[Service] Environment=KRB5RCACHEDIR=/var/lib/gssproxy/rcache @@ -12,6 +11,7 @@ ExecStart=@sbindir@/gssproxy -D # consult systemd.service(5) for more details Type=forking PIDFile=@localstatedir@/run/gssproxy.pid +ExecReload=/bin/kill -HUP $MAINPID
[Install] WantedBy=multi-user.target
gss-proxy@lists.fedorahosted.org