Skip to content

Commit 61348a9

Browse files
committed
Remove anacron
1 parent 2e34c49 commit 61348a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • debian-setup/packages

debian-setup/packages/cron

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e -x
44

5+
# Remove anacron
6+
apt-get purge -qq anacron
7+
58
# Make cron log all failed jobs (exit status != 0)
69
sed -i -e "s|^#\\s*\\(EXTRA_OPTS='-L 5'\\)|\\1|" /etc/default/cron
710
service cron restart

0 commit comments

Comments
 (0)