summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:16:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 18:16:16 +0200
commitca13dc3b8c3458aaa041920b84f04645d5926676 (patch)
tree181c5d16c8e0ebba7bfbcf566b2fb3844445ad47 /custom
parentb8d76bd323720f8efb2043b01c0c94d0b13683c4 (diff)
downloadnixos-ca13dc3b8c3458aaa041920b84f04645d5926676.tar
nixos-ca13dc3b8c3458aaa041920b84f04645d5926676.tar.gz
nixos-ca13dc3b8c3458aaa041920b84f04645d5926676.tar.bz2
nixos-ca13dc3b8c3458aaa041920b84f04645d5926676.tar.xz
nixos-ca13dc3b8c3458aaa041920b84f04645d5926676.zip
Fix autostart
Diffstat (limited to 'custom')
-rw-r--r--custom/bar-service.nix2
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";