[Slackbuilds-users] How to get noip2 to start at startup.

mancha mancha1 at hush.com
Tue Jan 7 06:09:14 UTC 2014


On Tue, 07 Jan 2014 06:01:51 +0000 unix_lists at f-m.fm wrote:
>Hi all,
>I am trying in vain to get noip2 to start when my server starts. I 
>have
>the following in /etc/rc.d/rc.local:
>
>if [ -x /etc/rc.d/rc.noip2 ]; then
> . /etc/rc.d/rc.noip2 start
>fi

I've not used noip2, but you shouldn't be sourcing the rc file.

the if block should look like this:

if [ -x /etc/rc.d/rc.noip2 ]; then
  /etc/rc.d/rc.noip2 start
fi



More information about the SlackBuilds-users mailing list