[cpp-sp] branch master updated: SSPCPP-876 - shibd.service should depend on network-online.target

Scott Cantor cantor.2 at osu.edu
Wed Jan 29 15:49:22 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=b86d10bb8167096ca261d4bde9f5068044406642

The following commit(s) were added to refs/heads/master by this push:
       new  b86d10b   SSPCPP-876 - shibd.service should depend on network-online.target
b86d10b is described below

commit b86d10bb8167096ca261d4bde9f5068044406642
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 29 15:49:18 2020 -0500

    SSPCPP-876 - shibd.service should depend on network-online.target
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-876
---
 shibboleth.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 352287f..4c59f0f 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -212,7 +212,7 @@ if [ "$SYSTEMD_SHIBD" != "no" ] ; then
 [Unit]
 Description=Shibboleth Service Provider Daemon
 Documentation=https://wiki.shibboleth.net/confluence/display/SP3/Home
-After=network.target
+After=network-online.target
 Before=httpd.service
 
 [Service]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list