fix(synology-drive): start after network is online

dev-docs
Moritz Böhme 2023-05-01 14:19:37 +02:00
parent f58c8dc6f8
commit cd70254085
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in
config = mkIf cfg.enable {
systemd.user.services.synology-drive = {
after = [ "graphical-session.target" ];
after = [ "graphical-session.target" "network.target" ];
partOf = [ "graphical-session.target" ];
wantedBy = [ "graphical-session.target" ];
serviceConfig = {