adhawkins wrote: 
> Hi,
> In article <sbp.5lie3z (AT) no-mx (DOT) forums.slimdevices.com>,
> sbp<sbp.5lie3z (AT) no-mx (DOT) forums.slimdevices.com>
> wrote:
> > Maybe we should try to make a small image which can be used on the
> > Raspberry for a dedicated player?
> 
> Even better would be a .deb (and associated source) so that it can be
> installed on Debian without too much difficulty.
> 
> Andy

sbp wrote: 
> Hi Andy
> 
> I understand what you are saying, but Squeezeplay is only one file and
> it can simply be put in a directory and run from there.

It's actually not a bad idea to make a deb later when it's a bit more
developed, it is more than one file if you want it run automatically in
the background and hence a package is good idea you are going to loose
track of them eventually.

I'm slowly learning stuff here .

So now my copy of squeezelite resides in /usr/bin which seemed more
proper and I got my startup script and the associated symlinks this
makes 5 files !

./usr/bin/squeezelite
./etc/init.d/squeezelite
./etc/rc2.d/S60squeezelite
./etc/rc5.d/S60squeezelite
./etc/rc4.d/S60squeezelite
./etc/rc3.d/S60squeezelite

why bother with this it starts automatically in the background without
any intervention from me and no user has to be logged in

And with a startup script in /etc/init.d

it will be possible to start and stop with the service command no need
to remember the path anymore

"service squeezelite start" for example


Code:
--------------------
    
  mikael@MintDesktop / $ service squeezelite
  Usage: /etc/init.d/squeezelite {start|stop|restart|reload|status}
  
  
--------------------


------------------------------------------------------------------------
Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to