/etc/service/logrotate/logrotate.runit needs to be mv'd to /etc/service/logrotate/run
This commit is contained in:
parent
542586c43f
commit
98b8202934
1 changed files with 4 additions and 0 deletions
4
marshall/installers/102_logrotate.sh
Normal file
4
marshall/installers/102_logrotate.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
mkdir -p /etc/service/logrotate
|
||||
mv /etc/service/logrotate/logrotate.runit /etc/service/logrotate/run
|
||||
chmod +x /etc/service/logrotate/run
|
||||
Loading…
Reference in a new issue