We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f83549 commit 587c422Copy full SHA for 587c422
1 file changed
installer.py
@@ -234,12 +234,13 @@ def run_ovnode() -> None:
234
After=network.target
235
236
[Service]
237
-User=root
238
-WorkingDirectory=/opt/ov-node/
239
-ExecStart=/usr/local/bin/uv run main.py
+WorkingDirectory=/opt/ov-node
+ExecStart=/opt/ov-node_venv/bin/uv run main.py
240
Restart=always
241
RestartSec=5
242
-Environment="PATH=/usr/local/bin:/usr/bin:/bin"
+User=root
+Environment="PATH=/opt/ov-node_venv/bin"
243
+Environment="VIRTUAL_ENV=/opt/ov-node_venv"
244
245
[Install]
246
WantedBy=multi-user.target
0 commit comments