[Slackbuilds-users] Suggestion for packages which require a startup file.

Luis Henrique F. Cardoso de Mello lmello.009 at gmail.com
Sun Jun 20 13:00:59 UTC 2010


On 06/20/2010 09:54 AM, /dev/rob0 wrote:
> Here's how I do mine in rc.local:
>
> SERVICES="apcupsd asterisk"
> for RC in $SERVICES ; do
>      if [ -x /etc/rc.d/rc.$RC ]; then
> 	echo starting $RC ; /etc/rc.d/rc.$RC start
>      fi
> done

That's a nice alternative... looks a bit like the Arch Linux way.


More information about the SlackBuilds-users mailing list