Fix service file path in setup

This commit is contained in:
Kumi 2019-01-25 20:37:41 +00:00
parent 2bf89ba2f0
commit 9c0c07f561

View file

@ -11,7 +11,7 @@ npm run build
cd ../..
./manage.py collectstatic
./manage.py migrate
sudo cp vpnmanager.service /etc/systemd/system/
sudo cp misc/vpnmanager.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable vpnmanager
sudo systemctl start vpnmanager