fix wallpaper disappearing
This commit is contained in:
parent
e572387f99
commit
80d22a470a
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ in {
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${cfg.package}/bin/awww-daemon --no-cache";
|
ExecStart = "${cfg.package}/bin/awww-daemon";
|
||||||
ExecStartPost = "${cfg.setScript}";
|
ExecStartPost = "${cfg.setScript}";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue