summaryrefslogtreecommitdiff
path: root/etc/cron.d/itzks-systems-common
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-27 05:47:42 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-27 05:47:42 +0100
commitc616e1cd0f5191f2a9293fdedc5fed476a3b2a9d (patch)
treef33e1d30061bff798d29e752a6c674386e8a572e /etc/cron.d/itzks-systems-common
parentaf4d7e82cf10bb8f77292ae5143d531217474a40 (diff)
downloaditzks-systems-c616e1cd0f5191f2a9293fdedc5fed476a3b2a9d.tar.gz
itzks-systems-c616e1cd0f5191f2a9293fdedc5fed476a3b2a9d.tar.bz2
itzks-systems-c616e1cd0f5191f2a9293fdedc5fed476a3b2a9d.zip
etc/cron.d/itzks-systems-common: Perform apt-get autoclean on every reboot (all systems).
Diffstat (limited to 'etc/cron.d/itzks-systems-common')
-rw-r--r--etc/cron.d/itzks-systems-common4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/cron.d/itzks-systems-common b/etc/cron.d/itzks-systems-common
new file mode 100644
index 0000000..8c5ba13
--- /dev/null
+++ b/etc/cron.d/itzks-systems-common
@@ -0,0 +1,4 @@
+MAILTO=root
+PATH=/usr/bin:/bin:/usr/sbin:/sbin
+
+@reboot root apt-get autoclean