uwsgi/uwsgi.service
Marguerite Su 0cc4fb8d07 Accepting request 699518 from home:lachs0r:branches:server:http
- Fix systemd kill signal (uwsgi does not die on SIGTERM)
- Add reload command to systemd service

OBS-URL: https://build.opensuse.org/request/show/699518
OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=83
2019-05-07 03:03:41 +00:00

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