mirror of
https://git.ikl.sh/132ikl/liteshort.git
synced 2023-08-10 21:13:04 +03:00
10 lines
183 B
Desktop File
10 lines
183 B
Desktop File
[Unit]
|
|
Description=uWSGI instance to serve liteshort
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/uwsgi --ini /etc/liteshort/liteshort.ini
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|