beaglebone-base: enable the acpid runit service by default.

This commit is contained in:
Juan RP 2014-12-05 12:19:38 +01:00
parent a0cfc61b67
commit 2ed19a1816
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ post)
if [ -x /usr/bin/systemctl ]; then
systemctl enable sshd.service ntpdate.service ntpd.service dhcpcd.service
elif [ -d etc/runit/runsvdir/default ]; then
ln -s /etc/sv/acpid etc/runit/runsvdir/default/
ln -s /etc/sv/sshd etc/runit/runsvdir/default/
ln -s /etc/sv/ntpd etc/runit/runsvdir/default/
ln -s /etc/sv/dhcpcd etc/runit/runsvdir/default/

View File

@ -1,6 +1,6 @@
# Template file for 'beaglebone-base'
pkgname=beaglebone-base
version=1.2
version=1.3
revision=1
build_style=meta
homepage="http://www.voidlinux.eu"