Hi,
Here’s my issue.
I succeed in uTorrent server’s install as a daemon in Opensuse 11.4 and it works great.
I’ve already change my fstab file to add a network drive to be mount on startup localize in /mnt/freebox/.
This is also working great.
The issue is during the startup, utorrent starts before fstab and thus the network drive is unmount.
In my utorrent init.d daemon script, I ask for $Network starts in first time :
Code:
Required-Start: $network
Is there any possibilities to order the startup and ask to fstab to start before uTorrent Daemon ?
Thank you.