diff --git a/precise/host/hooks/install.d/39-logrotate.sh b/precise/host/hooks/install.d/39-logrotate.sh new file mode 100755 index 0000000..100fc35 --- /dev/null +++ b/precise/host/hooks/install.d/39-logrotate.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +apt-get install logrotate -y