diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-09-25 14:09:53 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-09-25 14:09:53 -0400 |
| commit | 231cd2eba37ce35380188f17bf7978be4ee1dec5 (patch) | |
| tree | 4285611924d173f5c2552406b6b683ef49fbfa7b /joeyconfig.hs | |
| parent | ea44fd0f55321558c6d9bf83ab4f33aee295d969 (diff) | |
swapspace needed on clam for stack
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 1 |
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" |
