forked from mirrors/nixpkgs
nixos/transmission: Start after local-fs.target
This commit is contained in:
parent
e64d5655e9
commit
98a59df81f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
systemd.services.transmission = {
|
||||
description = "Transmission BitTorrent Service";
|
||||
after = [ "network.target" ] ++ optional apparmor "apparmor.service";
|
||||
after = [ "local-fs.target" "network.target" ] ++ optional apparmor "apparmor.service";
|
||||
requires = mkIf apparmor [ "apparmor.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue