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/network16
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index eabdd0b..8d779ea 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -757,8 +757,12 @@ network_pass3() {
case "${amd_flags}" in
'')
- echo ''
+ if [ -r /etc/amd.conf ]; then
+ amd &
+ else
+ echo ''
echo 'Warning: amd will not load without arguments'
+ fi
;;
*)
amd -p ${amd_flags} \
OpenPOWER on IntegriCloud