Fixed install_pwrd (added logrotate)
This commit is contained in:
parent
fa82e0317a
commit
d60f35e083
|
@ -45,7 +45,7 @@ ln -s $PWR_FIREFOX_INSTALLDIR/firefox/firefox /usr/bin/firefox
|
||||||
|
|
||||||
# Generate logrotate configuration
|
# Generate logrotate configuration
|
||||||
|
|
||||||
echo <<EO_LROTATE > /etc/logrotate.d/pwrd
|
cat > /etc/logrotate.d/pwrd <<EO_LROTATE
|
||||||
/var/log/pwr/pwr_std.log
|
/var/log/pwr/pwr_std.log
|
||||||
/var/log/pwr/pwr_error.log {
|
/var/log/pwr/pwr_error.log {
|
||||||
weekly
|
weekly
|
||||||
|
|
Loading…
Reference in New Issue