Skip to content

Commit

Permalink
fix(apache): fix start and stop
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 13, 2024
1 parent d4d1641 commit 5e9cf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn start(_args: String) -> FnResult<String> {
"echo -e \"Apache starting on port $HTTPD_PORT\\n http://localhost:$HTTPD_PORT\"",
])?
.with_exec(vec![
"overmind start -f Procfile --daemonize || flox activate -- overmind restart -f Procfile web",
"overmind start -f Procfile --daemonize || flox activate -- overmind restart web",
])?
.with_exec(vec!["sleep", "3"])?
.with_exec(vec!["overmind", "status"])?
Expand Down

0 comments on commit 5e9cf97

Please sign in to comment.