move wallhaven.service to graphical-session.target
This commit is contained in:
parent
10a6235f4d
commit
86a7c2d170
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue