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

10 lines
183 B
SYSTEMD
Raw Normal View History

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