/[packages]/cauldron/tor/current/SOURCES/tor.logrotate
ViewVC logotype

Contents of /cauldron/tor/current/SOURCES/tor.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 793867 - (show annotations) (download)
Mon Oct 27 14:39:16 2014 UTC (9 years, 5 months ago) by wally
File size: 303 byte(s)
- sync logrotate config file with Fedora
  * use systemctl in postrotate
  * create new log file with correct rights

1 /var/log/tor/*.log {
2 daily
3 rotate 5
4 compress
5 delaycompress
6 missingok
7 notifempty
8 create 0640 toruser toruser
9 sharedscripts
10 postrotate
11 /bin/systemctl reload tor.service >/dev/null 2>/dev/null || :
12 endscript
13 }

  ViewVC Help
Powered by ViewVC 1.1.30