mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
18 lines
377 B
Text
18 lines
377 B
Text
[Unit]
|
|
Description=uWSGI instance for __NAME__
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
RemainAfterExit=yes
|
|
WorkingDirectory=__FINALPATH__
|
|
ExecStart=/usr/bin/uwsgi \
|
|
--ini /etc/uwsgi/apps-enabled/__NAME__.uwsgi.ini \
|
|
--socket /var/run/uwsgi/app/__NAME__/socket
|
|
Restart=always
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|