l 2 fetchWallpaper: start directly after xserver
This commit is contained in:
parent
67bee70ab7
commit
4075a237bc
|
@ -8,5 +8,9 @@ in {
|
||||||
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
|
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
|
||||||
url = "prism/wallpaper.png";
|
url = "prism/wallpaper.png";
|
||||||
};
|
};
|
||||||
|
systemd.services.fetchWallpaper = {
|
||||||
|
after = [ "xserver.service" ];
|
||||||
|
wantedBy = [ "xserver.service" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue