X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=scripts%2Frc.multi;fp=scripts%2Frc.multi;h=05054117bd84477225324b6597d478508024842a;hb=9ea1bff7b049ce152767460c68bb61f6aa500cef;hp=0000000000000000000000000000000000000000;hpb=f0735327127a921d3ee96f51b84f23208bc6f445;p=startuptools diff --git a/scripts/rc.multi b/scripts/rc.multi new file mode 100644 index 0000000..0505411 --- /dev/null +++ b/scripts/rc.multi @@ -0,0 +1,10 @@ +#!/bin/sh + +. /etc/rc.d/functions.rc +. /etc/rc.conf + +for d in $DAEMONS ; do + test -x /etc/rc.d/$d && /etc/rc.d/$d start +done + +test -x /etc/rc.local && status_begin running rc.local && /etc/rc.local && status_check