summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/network1
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/network1')
-rw-r--r--etc/rc.d/network12
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 168f3bd..8e97b44 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -175,7 +175,7 @@ network_pass1() {
ppp_command="${ppp_command} ${ppp_profile}"
echo -n "Starting ppp as \"${ppp_user}\""
- su ${ppp_user} -c "exec ${ppp_command}"
+ su -m ${ppp_user} -c "exec ${ppp_command}"
;;
esac
OpenPOWER on IntegriCloud