diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/init.d/network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/init.d/network b/etc/rc.d/init.d/network index 2b874d17..e3560b64 100755 --- a/etc/rc.d/init.d/network +++ b/etc/rc.d/init.d/network @@ -198,8 +198,8 @@ stop) # as such in sysconfig if is_false "$IFDOWN_ON_SHUTDOWN"; then if systemctl is-system-running | grep -q 'stopping'; then - net_log $"system is shutting down, leaving interfaces up as requested" - exit 1 + net_log $"system is shutting down, leaving interfaces up as requested" info + exit 0 fi fi |