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 = {
|
||||
Unit = {
|
||||
Description = "Wallpaper Downloader";
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
After = [ "graphical-session-pre.target" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
|
@ -43,7 +45,7 @@ in
|
|||
};
|
||||
Timer = {
|
||||
OnCalendar = "Fri";
|
||||
Persistent= true;
|
||||
Persistent = true;
|
||||
};
|
||||
};
|
||||
wallpaper = {
|
||||
|
|
Loading…
Reference in a new issue