fix: create claude-rc log dir
systemd does not create the parent of StandardOutput=append:, failing every instance with 209/STDOUT on a fresh machine. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -187,6 +187,10 @@ in
|
||||
WantedBy=default.target
|
||||
'';
|
||||
|
||||
# systemd will not create the parent of StandardOutput=append:, and fails the
|
||||
# unit with 209/STDOUT if it is missing.
|
||||
home.file.".local/state/claude-rc/.keep".text = "";
|
||||
|
||||
systemd.user.paths.claude-rc = {
|
||||
Unit.Description = "Watch the Claude Remote Control project list for edits";
|
||||
Path = {
|
||||
|
||||
Reference in New Issue
Block a user