propellor spin

This commit is contained in:
Joey Hess 2015-02-08 15:51:55 -04:00
parent a5fd8ed9b5
commit 5781da55bc
Failed to extract signature
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
debian/changelog vendored
View File

@ -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 <id@joeyh.name> Thu, 29 Jan 2015 01:41:07 -0400