removed logrotate config file since not used anymore, updated configure.ac formatting, added Ubuntu 18.04 dependencies to docs
This commit is contained in:
parent
36f80e1a48
commit
91ee45bbb9
3 changed files with 10 additions and 17 deletions
|
@ -1,13 +0,0 @@
|
|||
/var/log/core-daemon.log {
|
||||
rotate 7
|
||||
daily
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
sharedscripts
|
||||
postrotate
|
||||
if [ -r /var/run/core-daemon.pid ]; then
|
||||
kill -USR1 $(cat /var/run/core-daemon.pid) > /dev/null 2>&1
|
||||
fi
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue