Unify environment files - split global (.env) from node-specific (node.env)
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled
This commit is contained in:
@@ -8,6 +8,8 @@ User=root
|
||||
Group=root
|
||||
WorkingDirectory=/opt/aitbc/apps/agent-services/agent-registry/src
|
||||
Environment=PYTHONPATH=/opt/aitbc
|
||||
EnvironmentFile=/etc/aitbc/.env
|
||||
EnvironmentFile=/etc/aitbc/node.env
|
||||
ExecStart=/opt/aitbc/venv/bin/python app.py
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
Reference in New Issue
Block a user