add logrotate configuration for the log file
This commit is contained in:
parent
6017422529
commit
eb50f99bdd
9
logrotate.d/twitupd
Normal file
9
logrotate.d/twitupd
Normal file
@ -0,0 +1,9 @@
|
||||
/mystic/log/twitupd.log {
|
||||
daily
|
||||
rotate 7
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
create 644 root root
|
||||
}
|
0
twitupd.sh
Normal file → Executable file
0
twitupd.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user