This is an automated email from the git hooks/post-receive script.
rharwood pushed a commit to branch master in repository gssproxy.
The following commit(s) were added to refs/heads/master by this push: new fc17445 Replace /var/run -> /run in gssproxy.service fc17445 is described below
commit fc17445edc78b9393d26ca6a253fbeb9ed316c1a Author: Orion Poplawski orion@nwra.com AuthorDate: Wed May 8 08:31:39 2019 -0600
Replace /var/run -> /run in gssproxy.service
Signed-off-by: Orion Poplawski orion@nwra.com Reviewed-by: Simo Sorce simo@redhat.com Reviewed-by: Robbie Harwood rharwood@redhat.com Merges: #249 --- systemd/gssproxy.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd/gssproxy.service.in b/systemd/gssproxy.service.in index ac37df6..9d3eef0 100644 --- a/systemd/gssproxy.service.in +++ b/systemd/gssproxy.service.in @@ -10,7 +10,7 @@ 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 +PIDFile=/run/gssproxy.pid ExecReload=/bin/kill -HUP $MAINPID
[Install]
gss-proxy@lists.fedorahosted.org