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:
parent
9dd0313f52
commit
0cc4fb8d07
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user