Fixing 873382

This commit is contained in:
Jorge A Gallegos 2012-12-26 18:27:53 -08:00
parent 879150b882
commit 7e7c7f9a23
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,8 @@ After=syslog.target
[Service]
ExecStartPre=/bin/mkdir -p /run/uwsgi
ExecStartPre=/bin/chown uwsgi:uwsgi /run/uwsgi
ExecStart=/usr/sbin/uwsgi --ini /etc/uwsgi.ini; [ $? -eq 30 ]
ExecStart=/usr/sbin/uwsgi --ini /etc/uwsgi.ini
SuccessExitStatus=30
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT
Restart=always

View File

@ -2,7 +2,7 @@
Name: uwsgi
Version: 1.2.6
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Fast, self-healing, application container server
Group: System Environment/Daemons
License: GPLv2
@ -313,6 +313,9 @@ exit 0
%changelog
* Thu Dec 27 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.6-6
- Systemd now supports an exit status directive, fixing bugz 873382
* Fri Nov 9 2012 Remi Collet <rcollet@redhat.com> - 1.2.6-5
- rebuild against new php embedded library soname (5.4)