From 32546db62095dcdcc7bde00ef60cd2c1c863c30c Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Thu, 16 Sep 2021 19:07:02 +0200 Subject: [PATCH] Update octoprint.service --- files/octoprint.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/octoprint.service b/files/octoprint.service index 8c66665..0b47d4c 100644 --- a/files/octoprint.service +++ b/files/octoprint.service @@ -8,7 +8,7 @@ Environment="LC_ALL=C.UTF-8" Environment="LANG=C.UTF-8" Type=exec User=pi -ExecStart=/home/$USER/OctoPrint/venv/bin/octoprint +ExecStart=/$HOME/OctoPrint/venv/bin/octoprint serve [Install] WantedBy=multi-user.target