diff options
author | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:56:12 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:56:12 -0500 |
commit | b0c018b1fea9952a3fce2e744b4e7bc6ef7aae6a (patch) | |
tree | ae69546daffbc3d19fe552efb59f7f94fd50da0f /tor/logrotate.tor | |
parent | a570579f80e3f57dc76610d962a54ec14526ade2 (diff) | |
download | slackbuilds-b0c018b1fea9952a3fce2e744b4e7bc6ef7aae6a.tar.xz |
tor: remove
Diffstat (limited to 'tor/logrotate.tor')
-rw-r--r-- | tor/logrotate.tor | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tor/logrotate.tor b/tor/logrotate.tor deleted file mode 100644 index 0b8f128..0000000 --- a/tor/logrotate.tor +++ /dev/null @@ -1,15 +0,0 @@ -/var/log/tor/*log { - su @USER@ @GROUP@ - daily - rotate 5 - compress - delaycompress - missingok - notifempty - create 0644 tor tor - sharedscripts - postrotate - /etc/rc.d/rc.tor reload > /dev/null - endscript -} - |