propellor spin

This commit is contained in:
Joey Hess 2015-03-11 22:58:05 -04:00
parent 294f61b2b1
commit 17dde04739
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ scrollBox = propertyList "scroll server" $ props
[ "# Deployed by propellor"
, "SHELLINABOX_DAEMON_START=1"
, "SHELLINABOX_PORT=4242"
, "SHELLINABOX_ARGS=\"--no-beep --service=/:TELNET:localhost\""
, "SHELLINABOX_ARGS=\"--no-beep --service=scroll:" ++ d ++ ":" ++ s ++ "\""
]
`onChange` Service.restarted "shellinabox"
& Service.running "shellinabox"