ldm: added a runit service.

This commit is contained in:
Juan RP 2016-01-06 17:44:20 +01:00
parent 25d7f402a7
commit 8f5e181a96
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -s conf ] && . ./conf
exec ldm ${OPTS:=-u nobody}

View file

@ -1,7 +1,7 @@
# Template file for 'ldm'
pkgname=ldm
version=0.6.3
revision=1
revision=2
hostmakedepends="perl pkg-config"
makedepends="libmount-devel libudev-devel libglib-devel"
short_desc="A lightweight device mounter"
@ -18,5 +18,6 @@ do_build() {
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vsv ldm
vlicense LICENSE
}