diff --git a/marshall/installers/102_logrotate.sh b/marshall/installers/102_logrotate.sh new file mode 100644 index 0000000..5e94cd0 --- /dev/null +++ b/marshall/installers/102_logrotate.sh @@ -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 \ No newline at end of file