PDA

View Full Version : Disable automatic start-up when bootng DS-107+



arubaluba
2012-01-02, 04:35
Hello,

For a while I'm looking for a way to disable the automatic start-up of the SqueezeCenter package when booting up my Synology DS-107+. I thought this was pretty straightforward by changing some line in some start-up script.... but which script? Any help will be very welcome. Thanks in advance. Best regards, Rene

Hardware: DS-107+
Firmware: DSM 2.3-1157
SqueezeCenter: 7.5.1

TheLastMan
2012-01-04, 11:04
Hello,

For a while I'm looking for a way to disable the automatic start-up of the SqueezeCenter package when booting up my Synology DS-107+. I thought this was pretty straightforward by changing some line in some start-up script.... but which script? Any help will be very welcome. Thanks in advance. Best regards, Rene

Hardware: DS-107+
Firmware: DSM 2.3-1157
SqueezeCenter: 7.5.1

Not easy to do with the standard Synology Package. Note that versions of SBS later than 7.5.3 are not supported.

You might want to look at the thread that discusses using an adapted version of SSODS to install LMS 7.7.0. This latest version of SBS/LMS has halved the time it takes to scan my music collection.

http://forums.slimdevices.com/showthread.php?t=89430

Particularly post #33. You want "SSODSmod 4.14 for LMS 7.7 oldarm"

Once you have downloaded it you will need to go to the SSODS web site and follow the installation instructions.

With SSODS you just tick (check) a box to enable/disable auto-start.

arubaluba
2012-01-05, 05:55
Indeed, it was not easy. But after a long search through my system I 'chmodded' SqueezeCenter.sh to 644 (it was 755) which removes the executable permission of this file. At restart it now doesn't start Squeezecenter automatically. The SqueezeCenter.sh is located in /usr/local/etc/rc.d/. Thanks.