mirror of
https://git.ikl.sh/132ikl/liteshort.git
synced 2023-08-10 21:13:04 +03:00
14 lines
297 B
SYSTEMD
14 lines
297 B
SYSTEMD
|
[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
|