fix(synology-drive): start after network is online
This commit is contained in:
parent
f58c8dc6f8
commit
cd70254085
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
systemd.user.services.synology-drive = {
|
systemd.user.services.synology-drive = {
|
||||||
after = [ "graphical-session.target" ];
|
after = [ "graphical-session.target" "network.target" ];
|
||||||
partOf = [ "graphical-session.target" ];
|
partOf = [ "graphical-session.target" ];
|
||||||
wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue