summarylogtreecommitdiffstats
path: root/octoprint.service
diff options
context:
space:
mode:
Diffstat (limited to 'octoprint.service')
-rw-r--r--octoprint.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/octoprint.service b/octoprint.service
index 8067c18418d1..a1006655f2d8 100644
--- a/octoprint.service
+++ b/octoprint.service
@@ -6,9 +6,8 @@ After=network.target
User=octoprint
Group=octoprint
Type=simple
-ExecStart=/usr/bin/octoprint serve
+ExecStart=/opt/octoprint-venv/bin/python -m octoprint serve
Restart=on-failure
[Install]
WantedBy=multi-user.target
-