summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-09-25 14:09:53 -0400
committerJoey Hess2017-09-25 14:09:53 -0400
commit231cd2eba37ce35380188f17bf7978be4ee1dec5 (patch)
tree4285611924d173f5c2552406b6b683ef49fbfa7b
parentea44fd0f55321558c6d9bf83ab4f33aee295d969 (diff)
swapspace needed on clam for stack
-rw-r--r--joeyconfig.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 9b4bcc4b..5922afc7 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -130,6 +130,7 @@ clam = host "clam.kitenet.net" $ props
& Apt.unattendedUpgrades
& Systemd.persistentJournal
& Journald.systemMaxUse "50MiB"
+ & Apt.serviceInstalledRunning "swapspace"
& Tor.isRelay
& Tor.named "kite1"