summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/routing
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/routing')
-rw-r--r--etc/rc.d/routing6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index eabdd0b..8d779ea 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -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