nixos/neo4j: use full systemd unit name
This commit is contained in:
parent
a22112e88a
commit
a20d988932
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import ./make-test-python.nix {
|
|||
testScript = ''
|
||||
start_all()
|
||||
|
||||
server.wait_for_unit("neo4j")
|
||||
server.wait_for_unit("neo4j.service")
|
||||
server.wait_for_open_port(7474)
|
||||
server.succeed("curl -f http://localhost:7474/")
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue