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 ...@@ -4,12 +4,13 @@ After=network.target
[Service] [Service]
User=nobody User=nobody
Environment=DATA_PATH=/srv/www/data/
Type=simple Type=simple
StandardOutput=null 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 "source bin/activate;./server ${DATA_PATH}"
[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