Merge pull request #931 from teh-jazzman/defaultservices
runit-void: Install only active services by default
This commit is contained in:
commit
4ba0623ce3
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ post)
|
||||||
|
|
||||||
mkdir -p etc/runit/runsvdir/default
|
mkdir -p etc/runit/runsvdir/default
|
||||||
for f in 1 2 3 4 5 6; do
|
for f in 1 2 3 4 5 6; do
|
||||||
ln -sf /etc/sv/agetty-tty$f etc/runit/runsvdir/default
|
[ -e /etc/sv/agetty-tty${f}/down ] || ln -sf /etc/sv/agetty-tty$f etc/runit/runsvdir/default
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runit-void'
|
# Template file for 'runit-void'
|
||||||
pkgname=runit-void
|
pkgname=runit-void
|
||||||
version=20150127
|
version=20150127
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="Void Linux runit scripts"
|
short_desc="Void Linux runit scripts"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue