1
0
mirror of https://git.ikl.sh/132ikl/liteshort.git synced 2023-08-10 21:13:04 +03:00

Add PyPi package, add standard config paths

This commit is contained in:
132ikl
2020-04-10 02:09:31 -04:00
parent 8a782c0843
commit 2d0fb48a1e
13 changed files with 194 additions and 130 deletions

13
setup/liteshort.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=uWSGI instance to serve liteshort
After=network.target
[Service]
User=
Group=www-data
WorkingDirectory=/path/to/install
Environment="PATH=/path/to/install/virtualenv/bin"
ExecStart=/path/to/install/virtualenv/bin/uwsgi --ini liteshort.ini
[Install]
WantedBy=multi-user.target