diff options
author | Bill Nottingham <notting@redhat.com> | 2011-04-27 15:31:11 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-04-27 15:31:11 -0400 |
commit | 046a3ba411cc66eefcfe7d9a598e7960784e18e9 (patch) | |
tree | 2aeba510124d12d551e7700e0fe7c39d92c20866 /NetworkManager | |
parent | c59124e60fdebd8db74be5a4747f4ef623255ffe (diff) | |
download | initscripts-046a3ba411cc66eefcfe7d9a598e7960784e18e9.tar initscripts-046a3ba411cc66eefcfe7d9a598e7960784e18e9.tar.gz initscripts-046a3ba411cc66eefcfe7d9a598e7960784e18e9.tar.bz2 initscripts-046a3ba411cc66eefcfe7d9a598e7960784e18e9.tar.xz initscripts-046a3ba411cc66eefcfe7d9a598e7960784e18e9.zip |
Don't redirect to systemctl, as 'start' in that case won't try to start it again.
Diffstat (limited to 'NetworkManager')
-rwxr-xr-x | NetworkManager/dispatcher.d/05-netfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NetworkManager/dispatcher.d/05-netfs b/NetworkManager/dispatcher.d/05-netfs index 655c87aa..bd558464 100755 --- a/NetworkManager/dispatcher.d/05-netfs +++ b/NetworkManager/dispatcher.d/05-netfs @@ -1,6 +1,7 @@ #!/bin/sh export LC_ALL=C +export SYSTEMCTL_SKIP_REDIRECT=1 if [ "$2" = "down" ]; then /sbin/ip route ls | grep -q ^default || { |