diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-11 23:07:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-11 23:07:41 -0400 |
| commit | febe818cb11f4161b6ab929e9b4934fc7a212b61 (patch) | |
| tree | 19f199db250f2a5fed351e4a4baa6d5f76448b50 /src | |
| parent | 17dde04739d2a144466c6081011a217b874c6b01 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index ffd542ed..1b03798a 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -65,7 +65,7 @@ scrollBox = propertyList "scroll server" $ props [ "# Deployed by propellor" , "SHELLINABOX_DAEMON_START=1" , "SHELLINABOX_PORT=4242" - , "SHELLINABOX_ARGS=\"--no-beep --service=scroll:" ++ d ++ ":" ++ s ++ "\"" + , "SHELLINABOX_ARGS=\"--disable-ssl --no-beep --service=:scroll:scroll:" ++ d ++ ":" ++ s ++ "\"" ] `onChange` Service.restarted "shellinabox" & Service.running "shellinabox" |
