From c03ab393b05b35330cd5f2273c4798c512e515e9 Mon Sep 17 00:00:00 2001 From: edef Date: Sat, 21 Aug 2021 07:21:04 +0200 Subject: fleet/hosts/trieste/naut: fix proxy service dependency This ensures that only a single instance can be running, and allows the socket and service to be restarted together. Change-Id: Iaa7a2f36705996458d0c7af692151bba6209c028 --- fleet/hosts/trieste/naut.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'fleet') diff --git a/fleet/hosts/trieste/naut.nix b/fleet/hosts/trieste/naut.nix index 85a9a5e..bd3bf06 100644 --- a/fleet/hosts/trieste/naut.nix +++ b/fleet/hosts/trieste/naut.nix @@ -19,6 +19,7 @@ in { }; systemd.services.naut-proxy = { + requires = [ "naut-proxy.socket" ]; serviceConfig.ExecStart = "${pkgs.systemd}/lib/systemd/systemd-socket-proxyd ${socket}"; }; -- cgit 1.4.1