beaglebone-base: enable the acpid runit service by default.
This commit is contained in:
parent
a0cfc61b67
commit
2ed19a1816
|
@ -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/
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue