Skip to content

Commit

Permalink
feat: add clickhouse service
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 18, 2024
1 parent ca46588 commit f8c88f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn start(_args: String) -> FnResult<String> {
"echo -e \"Clickhouse starting on port $CLICKHOUSE_PORT\"",
])?
.with_exec(vec![
"overmind start -f Procfile --daemonize || flox activate -- overmind restart clickhouse",
"overmind start -f Procfile || flox activate -- overmind restart clickhouse",
])?
.wait_on(port.parse()?, None)?
.wait_on(http_port.parse()?, None)?
Expand Down

0 comments on commit f8c88f0

Please sign in to comment.