Post Reply 
Buffalo NAS: minimserver doesn't autostart
31-01-2014, 19:34
Post: #3
[SOLVED]: Buffalo NAS: minimserver doesn't autostart
Probably isn't the regular way, but I got MinimServer autostart at NAS boot with this workaround:

1) Copied etc/init.d/minimserver to /etc/init.d/minimserverstart.sh
2) I cleaned all the contents of the new file, leaving only the following line:

su "root" -c "/home/minimserver/bin/startd"

3) From the /etc/init.d directory I executed the following commands:

Code:
ln -s /etc/init.d/minimserverstart.sh /etc/rc.d/extensions.d/S40_minimserverstart.sh
ln -s /etc/init.d/minimserverstart.sh /etc/rc.d/extensions.d/K40_minimserverstart.sh

(I just emulated the twonky service behaviour)

After done so, MinimServer seems to auto start correctly at NAS boot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED]: Buffalo NAS: minimserver doesn't autostart - thetalm - 31-01-2014 19:34

Forum Jump:


User(s) browsing this thread: 1 Guest(s)