diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/bar-service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
136 | 136 | ||
137 | bindsTo = [ "postgresql.service" ]; | 137 | bindsTo = [ "postgresql.service" ]; |
138 | after = [ "postgresql.service" ]; | 138 | after = [ "postgresql.service" ]; |
139 | wantedBy = [ "default.target" ]; | 139 | wantedBy = [ "multi-user.target" ]; |
140 | 140 | ||
141 | serviceConfig = { | 141 | serviceConfig = { |
142 | Type = "notify"; | 142 | Type = "notify"; |