nixos/neo4j: use full systemd unit name

This commit is contained in:
Kerstin Humm 2021-08-31 18:32:10 +02:00 committed by Jonathan Ringer
parent a22112e88a
commit a20d988932

View File

@ -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/")
'';