fix: correct paths in marketplace service from /root/aitbc to /opt/aitbc
This commit is contained in:
@@ -5,9 +5,9 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=exec
|
Type=exec
|
||||||
User=root
|
User=root
|
||||||
WorkingDirectory=/root/aitbc/apps/marketplace-ui
|
WorkingDirectory=/opt/aitbc/apps/marketplace-ui
|
||||||
Environment=PATH=/root/aitbc/.venv/bin
|
Environment=PATH=/opt/aitbc/.venv/bin
|
||||||
ExecStart=/root/aitbc/.venv/bin/python server.py --port 3001
|
ExecStart=/opt/aitbc/.venv/bin/python server.py --port 3001
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user