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

This commit is contained in:
Moritz Böhme 2023-05-01 14:19:37 +02:00
parent f58c8dc6f8
commit cd70254085
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

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 = {