Skip to content

Commit b98d9a6

Browse files
committed
fix(systemd-user): Fix user service slice/target allocation
1 parent 09dec97 commit b98d9a6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

home-config/services/aria.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ in
6868
# that it will resume the downloads.
6969
SuccessExitStatus = "7";
7070

71-
# We use falloc, so if we use this unit on any other fs it will
72-
# cause issues
73-
Slice = "session.slice";
71+
Slice = "background.slice";
7472
ProtectSystem = "full";
7573
};
7674

77-
Install.WantedBy = [ "graphical-session.target" ];
75+
Install.WantedBy = [ "default.target" ];
7876
};
7977
}

0 commit comments

Comments
 (0)