From 5781da55bcb641a9728dc7aea94c80380a8060f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 8 Feb 2015 15:51:55 -0400 Subject: propellor spin --- config-joey.hs | 1 + debian/changelog | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index 4b8ec46c..bac02cc3 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -221,6 +221,7 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" -- Diatom has 500 mb of memory, so tune for that. & JoeySites.obnamLowMem & Apt.serviceInstalledRunning "swapspace" + & Cron.job "memory use logged" (Cron.Times "*/5 * * * *") "root" "/" "(date; free; ps --sort -rss axl | head -n10) >> /var/log/memory.log" & Apt.serviceInstalledRunning "apache2" & JoeySites.kitenetHttps diff --git a/debian/changelog b/debian/changelog index 0076087c..6bac1899 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ propellor (2.1.0) UNRELEASED; urgency=medium * Additional tor properties, including support for making relays, and naming bridges, relays, etc. * New Cron.Times data type, which allows Cron.job to install - * daily/monthly/weekly jobs that anacron can run. (API change) + daily/monthly/weekly jobs that anacron can run. (API change) -- Joey Hess Thu, 29 Jan 2015 01:41:07 -0400 -- cgit v1.2.3