summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-06 22:17:51 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-06 22:17:51 (GMT)
commitffedb07e5b2e772ff86d9101b128942bbfb5452a (patch)
tree7cbf884c34c39bf682e4309abff172b31930af88 /abs/core/runit-scripts
parentcaa1e64588394302d8b3434ad66a40211166a706 (diff)
downloadlinhes_pkgbuild-ffedb07e5b2e772ff86d9101b128942bbfb5452a.zip
linhes_pkgbuild-ffedb07e5b2e772ff86d9101b128942bbfb5452a.tar.gz
linhes_pkgbuild-ffedb07e5b2e772ff86d9101b128942bbfb5452a.tar.bz2
runit-scripts: added ldm run script
refs #866
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD2
-rw-r--r--abs/core/runit-scripts/runitscripts/services/ldm/run6
2 files changed, 7 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index 43f5150..4086460 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=2.1.1
-pkgrel=85
+pkgrel=86
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core/runit-scripts/runitscripts/services/ldm/run b/abs/core/runit-scripts/runitscripts/services/ldm/run
new file mode 100644
index 0000000..83e05b5
--- /dev/null
+++ b/abs/core/runit-scripts/runitscripts/services/ldm/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+export TERM=linux
+. /etc/rc.conf
+. /etc/rc.d/functions
+stat_runit "starting ldm"
+exec /usr/bin/ldm -u 1000 -g 1000