diff --git a/install/planka-install.sh b/install/planka-install.sh index 8aed1bc3..e0a9695d 100644 --- a/install/planka-install.sh +++ b/install/planka-install.sh @@ -61,8 +61,8 @@ Description=planka Service After=network.target [Service] -WorkingDirectory=/opt/planka/ -ExecStart=/opt/planka/.venv/bin/python3 planka.py +WorkingDirectory=/opt/planka/planka +ExecStart=/usr/bin/npm start --prod Restart=always [Install]