andyg;384214 Wrote: 
> No, SC never restarts itself, even on Linux.  And SC must be restarted
> after a plugin install.  That's why there is a popup message telling
> you this when you install or remove a plugin.

I beg to differ, Andy, although perhaps you are arguing semantics.

The squeezecenter .deb package, as supplied by Logitech, includes a
file placed in /etc/logrotate.d/squeezecenter that includes the
following:


Code:
--------------------
    
  prerotate
  invoke-rc.d squeezecenter stop >/dev/null || true
  endscript
  
  postrotate
  # Only starts SqueezeCenter if it is supposed to
  # run in the current run-level
  invoke-rc.d squeezecenter start >/dev/null || true
  endscript
  
--------------------


So, again, as I said, Squeezecenter, as part of the logrotation, does
restart.  No, it is not the SC daemon restarting itself: it is, however
the SC package restarting the SC daemon.  To the typical user, this is
all semantics, and SC DOES restart itself on Linux.


-- 
snarlydwarf
------------------------------------------------------------------------
snarlydwarf's Profile: http://forums.slimdevices.com/member.php?userid=1179
View this thread: http://forums.slimdevices.com/showthread.php?t=58195

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

Reply via email to