From 6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jul 2012 00:01:52 +0000 Subject: Thu Jul 19 00:01:52 UTC 2012 --- community/nbd/PKGBUILD | 10 ++++++---- community/nbd/nbd.service | 10 ++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 community/nbd/nbd.service (limited to 'community/nbd') diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index 724f783f5..e02e8902a 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73267 2012-07-04 16:56:49Z svenstaro $ +# $Id: PKGBUILD 73924 2012-07-17 05:54:37Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Christian Hesse # Contributor: Ionut Biru @@ -6,19 +6,20 @@ pkgname=nbd pkgver=3.2 -pkgrel=1 +pkgrel=2 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP" arch=('i686' 'x86_64') url="http://nbd.sourceforge.net" license=('GPL') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 - config nbd) + config nbd nbd.service) backup=('etc/nbd-server/config') depends=('glib2') install=nbd.install md5sums=('9cafce4ecfb55e670d7ded4c8f4e6bc9' '2d05d426b8c2708d5f8a0d028fcbae05' - 'e7b13a8b3369e11927d9917664557efa') + 'e7b13a8b3369e11927d9917664557efa' + '5d1acc143018117174f79eff15afa038') build(){ cd "${srcdir}/${pkgname}-${pkgver}" @@ -35,6 +36,7 @@ package() { install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config install -D -m755 "${srcdir}"/nbd "${pkgdir}"/etc/rc.d/nbd + install -D -m644 "${srcdir}"/nbd.service "${pkgdir}"/usr/lib/systemd/system/nbd.service install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README } diff --git a/community/nbd/nbd.service b/community/nbd/nbd.service new file mode 100644 index 000000000..3d580514c --- /dev/null +++ b/community/nbd/nbd.service @@ -0,0 +1,10 @@ +[Unit] +Description=Network Block Device Server +After=network.target + +[Service] +Type=forking +ExecStart=/usr/bin/nbd-server + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf