webapp: Added --port option, and annex.port config
The getSocket comment that mentioned using ":port" in the hostname seems to have been incorrect or be out of date. After all, the bug report came when the user first tried doing that, and it didn't work. Sponsored-by: the NIH-funded NICEMAN (ReproNim TR&D3) project
This commit is contained in:
parent
d54f2ccae1
commit
8e9ee31621
13 changed files with 90 additions and 29 deletions
|
@ -24,5 +24,12 @@ start :: Bool -> DaemonOptions -> Maybe Duration -> CommandStart
|
|||
start assistant o startdelay = do
|
||||
if stopDaemonOption o
|
||||
then stopDaemon
|
||||
else startDaemon assistant (foregroundDaemonOption o) startdelay Nothing Nothing Nothing -- does not return
|
||||
else startDaemon assistant
|
||||
(foregroundDaemonOption o)
|
||||
startdelay
|
||||
Nothing
|
||||
Nothing
|
||||
Nothing
|
||||
Nothing
|
||||
-- does not return
|
||||
stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue