mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixos/neo4j: use full systemd unit name
This commit is contained in:
parent
a22112e88a
commit
a20d988932
@ -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 New Issue
Block a user