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
+308 -308
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -1803,11 +1803,11 @@ in
PartOf = [ "graphical-session.target" ];
};
Service = {
Type = "simple";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}";
Restart = "on-failure";
RestartSec = 1;
};
Type = "simple";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}/pictures";
Restart = "on-failure";
RestartSec = 1;
};
Install.WantedBy = [ "default.target" ];
};
}
@@ -92,11 +92,11 @@ in
PartOf = [ "graphical-session.target" ];
};
Service = {
Type = "simple";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}";
Restart = "on-failure";
RestartSec = 1;
};
Type = "simple";
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}/pictures";
Restart = "on-failure";
RestartSec = 1;
};
Install.WantedBy = [ "default.target" ];
};
}