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";
|
||||||
|
|
Loading…
Reference in a new issue