2019-02-24 11:31:30 +03:00
|
|
|
[Unit]
|
|
|
|
Description=uWSGI instance to serve liteshort
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2020-04-10 11:06:59 +03:00
|
|
|
ExecStart=/usr/bin/uwsgi --ini /etc/liteshort/liteshort.ini
|
2019-02-24 11:31:30 +03:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|