Date: Monday, October 27, 2014 @ 11:40:41
Author: svenstaro
Revision: 121467
upgpkg: uwsgi 2.0.7-5
Restructure and simplify package (Fixes FS#42190)
Added:
uwsgi/trunk/uwsgi_at.service
(from rev 121459, uwsgi/trunk/[email protected])
uwsgi/trunk/uwsgi_at.socket
(from rev 121459, uwsgi/trunk/[email protected])
Modified:
uwsgi/trunk/PKGBUILD
Deleted:
uwsgi/trunk/[email protected]
uwsgi/trunk/[email protected]
------------------+
PKGBUILD | 4 ++--
[email protected] | 16 ----------------
[email protected] | 9 ---------
uwsgi_at.service | 16 ++++++++++++++++
uwsgi_at.socket | 9 +++++++++
5 files changed, 27 insertions(+), 27 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-27 10:39:00 UTC (rev 121466)
+++ PKGBUILD 2014-10-27 10:40:41 UTC (rev 121467)
@@ -80,8 +80,8 @@
install=uwsgi.install
cd $srcdir/$pkgbase-$pkgver
install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
- install -Dm644 $srcdir/[email protected]
$pkgdir/usr/lib/systemd/system/[email protected]
- install -Dm644 $srcdir/[email protected]
$pkgdir/usr/lib/systemd/system/[email protected]
+ install -Dm644 $srcdir/uwsgi_at.service
$pkgdir/usr/lib/systemd/system/[email protected]
+ install -Dm644 $srcdir/uwsgi_at.socket
$pkgdir/usr/lib/systemd/system/[email protected]
install -Dm644 $srcdir/emperor.uwsgi.service
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.service
install -Dm644 $srcdir/emperor.uwsgi.socket
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.socket
install -Dm644 $srcdir/emperor.ini $pkgdir/etc/uwsgi/emperor.ini
Deleted: [email protected]
===================================================================
--- [email protected] 2014-10-27 10:39:00 UTC (rev 121466)
+++ [email protected] 2014-10-27 10:40:41 UTC (rev 121467)
@@ -1,16 +0,0 @@
-[Unit]
-Description=uWSGI service unit
-After=syslog.target
-
-[Service]
-ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini
-ExecReload=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --reload
-ExecStop=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --stop
-Restart=always
-Type=notify
-StandardError=syslog
-NotifyAccess=main
-KillSignal=SIGQUIT
-
-[Install]
-WantedBy=multi-user.target
Deleted: [email protected]
===================================================================
--- [email protected] 2014-10-27 10:39:00 UTC (rev 121466)
+++ [email protected] 2014-10-27 10:40:41 UTC (rev 121467)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Socket for uWSGI %I
-
-[Socket]
-# Change this to your uwsgi application port or unix socket location
-ListenStream=/run/uwsgi/%I.sock
-
-[Install]
-WantedBy=sockets.target
Copied: uwsgi/trunk/uwsgi_at.service (from rev 121459,
uwsgi/trunk/[email protected])
===================================================================
--- uwsgi_at.service (rev 0)
+++ uwsgi_at.service 2014-10-27 10:40:41 UTC (rev 121467)
@@ -0,0 +1,16 @@
+[Unit]
+Description=uWSGI service unit
+After=syslog.target
+
+[Service]
+ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini
+ExecReload=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --reload
+ExecStop=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --stop
+Restart=always
+Type=notify
+StandardError=syslog
+NotifyAccess=main
+KillSignal=SIGQUIT
+
+[Install]
+WantedBy=multi-user.target
Copied: uwsgi/trunk/uwsgi_at.socket (from rev 121459, uwsgi/trunk/[email protected])
===================================================================
--- uwsgi_at.socket (rev 0)
+++ uwsgi_at.socket 2014-10-27 10:40:41 UTC (rev 121467)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Socket for uWSGI %I
+
+[Socket]
+# Change this to your uwsgi application port or unix socket location
+ListenStream=/run/uwsgi/%I.sock
+
+[Install]
+WantedBy=sockets.target