Skip to content

Commit

Permalink
feat: add neo4j service
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 24, 2024
1 parent 766bc26 commit 8b1330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub fn start(_args: String) -> FnResult<String> {
.with_exec(vec!["type neo4j"])?
.with_exec(vec!["neo4j --version"])?
.with_exec(vec![
"overmind start -f Procfile --daemonize || devbox run overmind restart neo4j",
"overmind start -f Procfile || devbox run overmind restart neo4j",
])?
.wait_on(7474, None)?
.wait_on(7687, None)?
Expand Down

0 comments on commit 8b1330c

Please sign in to comment.