slartibartfast wrote: 
> There is. Contents as follows. Doesn't look right to me. 
> 
> > 
Code:
--------------------
  >   > /var/log/squeezeboxserver/server.log {
  > weekly *Run logrotation once a week*
  > rotate 5 *Keep 5 Versions of each log*
  > size 200k *When any logfile is greater than 200k ->logrotate*
  > compress *Save Diskspace and compress the old logfile*
  > missingok *That logfile must not exist - dont show any error if not*
  > 
  > postrotate *What to do after logrotation*
  > # send USR1 to squeezebox PID to reset logging
  > /bin/kill -USR1 `pgrep squeezeboxserve -n 2>/dev/null` 2>/dev/null || :
  > endscript
  > }
  > 
--------------------
> > 

That is right and should fit the most users.
> The contents of my log folder on a Raspberry Pi 
Remember diskspace on a sd card / some Appdisk on some NAS running lms
is premium - my logpath for all my rpis is a ramdisk (after i am really
sure everything works like a charm)

You can edit these but be careful when Michael changes that file you
would be asked if you want to uses his or your file.


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108624

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

Reply via email to