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
This commit is contained in:
Marguerite Su 2019-05-07 03:03:41 +00:00 committed by Git OBS Bridge
parent 9dd0313f52
commit 0cc4fb8d07
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 30 04:48:25 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Fix systemd kill signal (uwsgi does not die on SIGTERM)
- Add reload command to systemd service
-------------------------------------------------------------------
Sat Mar 16 00:45:25 UTC 2019 - James Oakley <jfunk@funktronics.ca>

View File

@ -7,6 +7,8 @@ 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