move wallhaven.service to graphical-session.target

This commit is contained in:
Adithya 2024-05-05 07:29:05 +05:30
parent 10a6235f4d
commit 86a7c2d170
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -10,6 +10,8 @@ in
wallhaven = { wallhaven = {
Unit = { Unit = {
Description = "Wallpaper Downloader"; Description = "Wallpaper Downloader";
PartOf = [ "graphical-session.target" ];
After = [ "graphical-session-pre.target" ];
}; };
Service = { Service = {
Type = "oneshot"; Type = "oneshot";
@ -43,7 +45,7 @@ in
}; };
Timer = { Timer = {
OnCalendar = "Fri"; OnCalendar = "Fri";
Persistent= true; Persistent = true;
}; };
}; };
wallpaper = { wallpaper = {