mic92: restart realwallpaper on failure

This commit is contained in:
Jörg Thalheim 2021-09-06 18:51:51 +02:00
parent 5129440d6f
commit 9cebb56981

View File

@ -51,6 +51,7 @@ let
serviceConfig = {
Type = "simple";
Restart = "on-failure";
ExecStart = "${pkgs.realwallpaper}/bin/generate-wallpaper";
User = "realwallpaper";
};