Mailinglist Archive: opensuse (2912 mails)
| < Previous | Next > |
RE: [SLE] boot.local failed
- From: "Anders Norrbring" <lists@xxxxxxxxxxxx>
- Date: Sun, 27 Feb 2005 12:22:23 +0100
- Message-id: <20050227112211.764234C19@xxxxxxxxxxxxxxxxxxx>
> Hello
>
> I installed the pure-ftpd from source and i want to start it when the
> system boots.
>
> I added that line in the /etc/rc.d/boot.local
>
> /usr/local/sbin/pure-ftpd -n 2000:30 -S my.server.com,21 -c 100 -C 2 -E -A
> -O clf:/var/log/pureftpd.log --tls=1 -F /home/.banner -l
> mysql:/etc/pureftpd-mysql.conf &
>
> But it doesn't start.
>
> Does anyone know what causes that malfunction?
First, it would be better to run it from xinetd.
But if you place boot.local in /etc/init.d and chmod it to 755, it must be
executable.
Then at top of the script, enter
#!/bin/sh
Anders
>
> I installed the pure-ftpd from source and i want to start it when the
> system boots.
>
> I added that line in the /etc/rc.d/boot.local
>
> /usr/local/sbin/pure-ftpd -n 2000:30 -S my.server.com,21 -c 100 -C 2 -E -A
> -O clf:/var/log/pureftpd.log --tls=1 -F /home/.banner -l
> mysql:/etc/pureftpd-mysql.conf &
>
> But it doesn't start.
>
> Does anyone know what causes that malfunction?
First, it would be better to run it from xinetd.
But if you place boot.local in /etc/init.d and chmod it to 755, it must be
executable.
Then at top of the script, enter
#!/bin/sh
Anders
| < Previous | Next > |