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 00000000..100fc358 --- /dev/null +++ b/precise/host/hooks/install.d/39-logrotate.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +apt-get install logrotate -y