Regenerated

This commit is contained in:
2026-03-29 12:54:20 +00:00
parent 998e2d1b2b
commit acc0f1ef1b
3 changed files with 294 additions and 294 deletions
+290 -290
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -2397,7 +2397,7 @@ in
description = "Run set-wallpapers-at-logon.sh";
serviceConfig.Type = "oneshot";
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
serviceConfig.Restart = "on-failure";
};
@@ -2418,7 +2418,7 @@ in
description = "Run wallpaperSync at login";
wantedBy = [ "default.target" ];
serviceConfig.Type = "oneshot";
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
};
}
#+END_SRC
@@ -37,7 +37,7 @@ in
description = "Run set-wallpapers-at-logon.sh";
serviceConfig.Type = "oneshot";
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
serviceConfig.Restart = "on-failure";
};
@@ -58,6 +58,6 @@ in
description = "Run wallpaperSync at login";
wantedBy = [ "default.target" ];
serviceConfig.Type = "oneshot";
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
};
}