From ca13dc3b8c3458aaa041920b84f04645d5926676 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:16:16 +0200 Subject: Fix autostart --- custom/bar-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/bar-service.nix b/custom/bar-service.nix index 1f15b015..cf4f7a8c 100644 --- a/custom/bar-service.nix +++ b/custom/bar-service.nix @@ -136,7 +136,7 @@ in { bindsTo = [ "postgresql.service" ]; after = [ "postgresql.service" ]; - wantedBy = [ "default.target" ]; + wantedBy = [ "multi-user.target" ]; serviceConfig = { Type = "notify"; -- cgit v1.2.3