Remove use of network-online.target

This target is only available at the system level and has no effect on
user services.
This commit is contained in:
Robert Helgesson 2019-07-28 14:16:16 +02:00
parent caf3349f01
commit d625186ce5
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 0 additions and 2 deletions

View file

@ -83,7 +83,6 @@ in
systemd.user.services.mbsync = {
Unit = {
Description = "mbsync mailbox synchronization";
PartOf = [ "network-online.target" ];
};
Service = {

View file

@ -34,7 +34,6 @@ in
systemd.user.services.taskwarrior-sync = {
Unit = {
Description = "Taskwarrior sync";
PartOf = [ "network-online.target" ];
};
Service = {
CPUSchedulingPolicy = "idle";