krebs 3 realwallpaper: actually start realwallpaper as timer
This commit is contained in:
parent
eef7ff0ca5
commit
2460a6c226
@ -55,13 +55,13 @@ let
|
|||||||
imp = {
|
imp = {
|
||||||
systemd.timers.realwallpaper = {
|
systemd.timers.realwallpaper = {
|
||||||
description = "real wallpaper generator timer";
|
description = "real wallpaper generator timer";
|
||||||
|
wantedBy = [ "timers.target" ];
|
||||||
|
|
||||||
timerConfig = cfg.timerConfig;
|
timerConfig = cfg.timerConfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.realwallpaper = {
|
systemd.services.realwallpaper = {
|
||||||
description = "real wallpaper generator";
|
description = "real wallpaper generator";
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user