Daemon was looking in the wrong place

This commit is contained in:
2026-02-26 17:17:04 +01:00
parent 720671222e
commit 51ff9d59fa
3 changed files with 318 additions and 318 deletions
+304 -304
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1804,7 +1804,7 @@ in
};
Service = {
Type = "simple";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}/pictures";
Restart = "on-failure";
RestartSec = 1;
};
@@ -93,7 +93,7 @@ in
};
Service = {
Type = "simple";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}/pictures";
Restart = "on-failure";
RestartSec = 1;
};