fix wallpaper disappearing

This commit is contained in:
Reid 2026-04-21 16:25:54 -07:00
parent e572387f99
commit 80d22a470a
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -72,7 +72,7 @@ in {
Service = {
Type = "simple";
ExecStart = "${cfg.package}/bin/awww-daemon --no-cache";
ExecStart = "${cfg.package}/bin/awww-daemon";
ExecStartPost = "${cfg.setScript}";
Restart = "on-failure";
RestartSec = 5;