Skip to content
Snippets Groups Projects
Commit 14cfb44a authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

unnecessary "activate"

parent 2bb02716
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment