diff --git a/webapps-deliverer.service b/webapps-deliverer.service
index 5bff782ce772bbc1e7b144752597a122b4f2013c..8b342cde034515c2bd17c4beb4a7685ad1db7dab 100644
--- a/webapps-deliverer.service
+++ b/webapps-deliverer.service
@@ -13,8 +13,8 @@ StandardOutput=null
 StandardError=null
 Restart=no
 WorkingDirectory=/usr/local/share/webapps-deliverer
-ExecStart=/bin/bash -l -c "source bin/activate;./server \
-  ${FLASK_PORT} ${DATA_PATH} ${FLASK_ENV} ${FLASK_DEBUG}"
+ExecStart=/bin/bash -l -c \
+  "./server ${FLASK_PORT} ${DATA_PATH} ${FLASK_ENV} ${FLASK_DEBUG}"
 
 [Install]
 WantedBy=multi-user.target