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 ...@@ -13,8 +13,8 @@ StandardOutput=null
StandardError=null StandardError=null
Restart=no Restart=no
WorkingDirectory=/usr/local/share/webapps-deliverer WorkingDirectory=/usr/local/share/webapps-deliverer
ExecStart=/bin/bash -l -c "source bin/activate;./server \ ExecStart=/bin/bash -l -c \
${FLASK_PORT} ${DATA_PATH} ${FLASK_ENV} ${FLASK_DEBUG}" "./server ${FLASK_PORT} ${DATA_PATH} ${FLASK_ENV} ${FLASK_DEBUG}"
[Install] [Install]
WantedBy=multi-user.target 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