We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dec97 commit b98d9a6Copy full SHA for b98d9a6
1 file changed
home-config/services/aria.nix
@@ -68,12 +68,10 @@ in
68
# that it will resume the downloads.
69
SuccessExitStatus = "7";
70
71
- # We use falloc, so if we use this unit on any other fs it will
72
- # cause issues
73
- Slice = "session.slice";
+ Slice = "background.slice";
74
ProtectSystem = "full";
75
};
76
77
- Install.WantedBy = [ "graphical-session.target" ];
+ Install.WantedBy = [ "default.target" ];
78
79
}
0 commit comments