aboutsummaryrefslogtreecommitdiffstats
path: root/NetworkManager
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-04-27 15:31:11 -0400
committerBill Nottingham <notting@redhat.com>2011-04-27 15:31:11 -0400
commit046a3ba411cc66eefcfe7d9a598e7960784e18e9 (patch)
tree2aeba510124d12d551e7700e0fe7c39d92c20866 /NetworkManager
parentc59124e60fdebd8db74be5a4747f4ef623255ffe (diff)
downloadinitscripts-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-xNetworkManager/dispatcher.d/05-netfs1
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 || {