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 153b2ed Delay gssproxy start until after network.target
153b2ed is described below
commit 153b2ed51c5059abee507ddd240b5abc288d722c
Author: Pat Riehecky <riehecky(a)fnal.gov>
AuthorDate: Fri Dec 27 13:33:42 2019 -0600
Delay gssproxy start until after network.target
Systemd docs are unclear in this regard, but it appears that
network.target must be ready before domain sockets can be created.
Signed-off-by: Pat Riehecky <riehecky(a)fnal.gov>
[rharwood(a)redhat.com: rewrote commit message]
Reviewed-by: Robbie Harwood <rharwood(a)redhat.com>
Merges: #252
---
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 9d3eef0..482fa4e 100644
--- a/systemd/gssproxy.service.in
+++ b/systemd/gssproxy.service.in
@@ -1,7 +1,7 @@
[Unit]
Description=GSSAPI Proxy Daemon
# GSSPROXY will not be started until syslog is
-After=syslog.target
+After=syslog.target network.target
Before=rpc-gssd.service
[Service]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.