--- /dev/null
+
+##############
+
+#[hamstertronic_swap_enable]
+# turns on some swap space to allow the machine to temporarily go over memory limits.
+@reboot bash $FEISTY_MEOW_APEX/scripts/system/add_swap_mount.sh
+
+##############
+
--- /dev/null
+
+##############
+
+#[service_key_updater]
+# updates the exim4 certificate and key file once a week, which is faster
+# than needed to stay up to date with the automated certificate renewals.
+34 19 * * 1 (cd /etc/exim4 ; bash key_copier.sh; cd /etc/courier ; bash key_maker.sh ) &>> /tmp/${CRONUSER}-cron-service_key_updater.txt
+
+##############
+
--- /dev/null
+
+##############
+
+#[serene_root_crontab]
+# update the stored crontab for the root user, using a cron job!
+14 */8 * * * (crontab -l >/home/www-data/web/root.crontab ; chown www-data:www-data /home/www-data/web/root.crontab)
+
+##############
+
--- /dev/null
+
+
+[user]
+ email = me@mymail.com
+ name = Programmatic Coder
+
+[pack]
+ windowMemory = 100m
+ SizeLimit = 100m
+ threads = 1
+
+[alias]
+ # show a beautiful view of the history of this git repository.
+ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
+
+
+++ /dev/null
-
-
-# this command should go into ~/.gitconfig to enable the hist alias:
-
-[alias]
- hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
-
-
-### (add more awesome aliases here as we find them)