diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-19 19:23:18 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-19 19:23:18 -0400 |
| commit | 2ee343f54b9b185e65a524cdfca406d02276a15c (patch) | |
| tree | 952e9a1a4408c987ac313b8c08db8c8edca81829 | |
| parent | 7d3537e2b5462880242bf3f7c4f7aa75f2727d15 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 6fb05be1..b590789f 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -132,11 +132,7 @@ clam = host "clam.kitenet.net" $ props & Tor.named "kite1" & Tor.bandwidthRate (Tor.PerMonth "400 GB") - & Systemd.nspawned webserver - & File.dirExists "/var/www/html" - & File.notPresent "/var/www/index.html" - & "/var/www/html/index.html" `File.hasContent` ["hello, world"] - & alias "helloworld.kitenet.net" + ! Systemd.nspawned webserver & Systemd.nspawned oldusenetShellBox |
