incompatibility problem to enable build with GCC 14. If the request is OK, please forward it to Factory soon too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=129
15 lines
358 B
Desktop File
15 lines
358 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
|
|
KillSignal=SIGINT
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|