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