Fix hardcoded paths after workspace restructure
Update all hardcoded paths from ~/AI/projects/* to ~/chorus/project-queues/active/* and ~/AI/secrets/* to ~/chorus/business/secrets/* after workspace reorganization. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -8,8 +8,8 @@ Wants=network.target
|
||||
Type=simple
|
||||
User=tony
|
||||
Group=tony
|
||||
WorkingDirectory=/home/tony/AI/projects/Bzzz
|
||||
ExecStart=/home/tony/AI/projects/Bzzz/bzzz
|
||||
WorkingDirectory=/home/tony/chorus/project-queues/active/BZZZ
|
||||
ExecStart=/home/tony/chorus/project-queues/active/BZZZ/bzzz
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
KillMode=mixed
|
||||
@@ -20,7 +20,7 @@ TimeoutStopSec=30
|
||||
Environment=HOME=/home/tony
|
||||
Environment=USER=tony
|
||||
Environment=BZZZ_HIVE_API_URL=https://hive.home.deepblack.cloud
|
||||
Environment=BZZZ_GITHUB_TOKEN_FILE=/home/tony/AI/secrets/passwords_and_tokens/gh-token
|
||||
Environment=BZZZ_GITHUB_TOKEN_FILE=/home/tony/chorus/business/secrets/gh-token
|
||||
|
||||
# Logging
|
||||
StandardOutput=journal
|
||||
@@ -32,7 +32,7 @@ NoNewPrivileges=true
|
||||
PrivateTmp=true
|
||||
ProtectSystem=strict
|
||||
ProtectHome=false
|
||||
ReadWritePaths=/home/tony/AI/projects/Bzzz
|
||||
ReadWritePaths=/home/tony/chorus/project-queues/active/BZZZ
|
||||
|
||||
# Resource limits
|
||||
LimitNOFILE=65536
|
||||
|
||||
Reference in New Issue
Block a user