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

data path (2)

parent f6c9e587
Branches
No related tags found
No related merge requests found
......@@ -4,12 +4,13 @@ After=network.target
[Service]
User=nobody
Environment=DATA_PATH=/srv/www/data/
Type=simple
StandardOutput=null
StandardError=null
Restart=no
WorkingDirectory=/usr/local/share/webapps-deliverer
ExecStart=/bin/bash -l -c 'source bin/activate;./server'
ExecStart=/bin/bash -l -c "source bin/activate;./server ${DATA_PATH}"
[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