8fb17bc2a8
not installed and sockets are defined per-application anyway (bnc#1082002) - Fix broken build dependency on Leap 15 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=72
13 lines
305 B
Desktop File
13 lines
305 B
Desktop File
[Unit]
|
|
Description=Application Container Server for Networked/Clustered Web Applications
|
|
Documentation=https://uwsgi-docs.readthedocs.io/en/latest/
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/uwsgi --autoload --ini /etc/uwsgi/uwsgi.ini
|
|
Restart=always
|
|
Type=notify
|
|
NotifyAccess=all
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|