diff --git a/autocat3.service b/autocat3.service index 3789912..28ba741 100644 --- a/autocat3.service +++ b/autocat3.service @@ -8,7 +8,7 @@ Type=simple RuntimeDirectory=autocat WorkingDirectory=/var/lib/autocat/autocat3 ExecStartPre=-/usr/bin/mkdir /var/run/autocat -ExecStart=/var/lib/autocat/.local/bin/pipenv run python CherryPyApp.py +ExecStart=/usr/local/bin/pipenv run python CherryPyApp.py [Install] WantedBy=multi-user.target \ No newline at end of file