mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/uwsgi to 2.0.7-8
This commit is contained in:
parent
9d44e1b504
commit
b5c6d276b6
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-jvm
|
||||
uwsgi-plugin-mono)
|
||||
pkgver=2.0.7
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
arch=(i686 x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
|
@ -43,7 +43,7 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
|
|||
md5sums=('c18da6536f2f47a204814225ba695042'
|
||||
'e4d8e243b2faff21ec1353e9b1408103'
|
||||
'752475ee32286acfbafa49b898616817'
|
||||
'4aa2a097ecb0cf1f5b46d984ac062dbb'
|
||||
'4ec6c345df2f9b881f0a6b6c0c95eb1b'
|
||||
'ea381549fe65a5d72fa1abb5ceb7d3ef'
|
||||
'1a4516d5cdcf5b95b036f4eae2d0c152'
|
||||
'4d09535ce379c8acd76160f35d5d6b55'
|
||||
|
|
|
@ -4,8 +4,8 @@ After=syslog.target
|
|||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini
|
||||
ExecReload=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini --reload $MAINPID
|
||||
ExecStop=-/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini --stop $MAINPID
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecStop=/bin/kill -INT $MAINPID
|
||||
Restart=always
|
||||
Type=notify
|
||||
StandardError=syslog
|
||||
|
|
Loading…
Reference in a new issue