We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e34c49 commit 61348a9Copy full SHA for 61348a9
1 file changed
debian-setup/packages/cron
@@ -2,6 +2,9 @@
2
3
set -e -x
4
5
+# Remove anacron
6
+apt-get purge -qq anacron
7
+
8
# Make cron log all failed jobs (exit status != 0)
9
sed -i -e "s|^#\\s*\\(EXTRA_OPTS='-L 5'\\)|\\1|" /etc/default/cron
10
service cron restart
0 commit comments