summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul.wilk2018-03-06 11:02:22 +0000
committerpaul.wilk2018-03-06 11:02:22 +0000
commit8d7d79e8bacfc70d6ebbadff110364052cf423e3 (patch)
tree3713143cc0d010dea6852af1774c5e90273c1eb8
parent1b4bedd8869eb92ab354e454b8b2e3989925837b (diff)
downloadaur-8d7d79e8bacfc70d6ebbadff110364052cf423e3.tar.gz
Removed supervisord; moved regular mode to systemd
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6af72ed33b4e..972dfbba12ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = webvirtmgr
depends = ebtables
depends = dmidecode
depends = python2
- depends = supervisor
depends = websockify
depends = python2-django
depends = python2-lockfile
diff --git a/PKGBUILD b/PKGBUILD
index 448124b0648e..d4629afbb285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=2
arch=('i686' 'x86_64')
url='https://www.webvirtmgr.net/'
license=('Apache')
-depends=('libvirt' 'libvirt-python' 'qemu' 'dnsmasq' 'bridge-utils' 'ebtables' 'dmidecode' 'python2' 'supervisor'
+depends=('libvirt' 'libvirt-python' 'qemu' 'dnsmasq' 'bridge-utils' 'ebtables' 'dmidecode' 'python2'
'websockify' 'python2-django' 'python2-lockfile' 'python2-gunicorn' 'python2-django-auth-ldap')
makedepends=('python2-pip')
options=('!strip' '!emptydirs')
@@ -22,7 +22,7 @@ sha512sums=('68bd127874e07c37bef0c6e3fd49dece306f2e2f0c5c111c7339638284937e86275
package() {
outputdir="${pkgdir}/usr/lib/webvirtmgr"
- install -Dm0644 'webvirtmgr.ini' "${pkgdir}/etc/supervisor.d/webvirtmgr.ini"
+ install -Dm0644 'webvirtmgr.ini' "${pkgdir}/usr/lib/systemd/system/webvirtmgr.service"
install -Dm0644 'webvirtmgr-novnc.service' "${pkgdir}/usr/lib/systemd/system/webvirtmgr-novnc.service"
install -dm0755 "${outputdir}" "${pkgdir}/var/lib/webvirtmgr"
cp -r "${srcdir}/webvirtmgr" "${pkgdir}/usr/lib"