rpi-base: enable systemd services manually for now.

This commit is contained in:
Juan RP 2014-01-27 17:13:41 +01:00
parent 37b4963aa3
commit a930a2e43c
2 changed files with 7 additions and 8 deletions

6
srcpkgs/rpi-base/INSTALL Normal file
View File

@ -0,0 +1,6 @@
case "$ACTION" in
post)
# enable sshd, ntpdate, ntpd and dhcpcd services.
systemctl enable sshd.service ntpdate.service ntpd.service dhcpcd.service
;;
esac

View File

@ -1,6 +1,6 @@
# Template file for 'rpi-base'
pkgname=rpi-base
version=1.3
version=1.4
revision=1
homepage="http://www.voidlinux.eu"
short_desc="Void Linux RaspberryPi base files"
@ -15,13 +15,6 @@ depends="${makedepends}"
provides="rpi-base-files-${version}_${revision}"
replaces="rpi-base-files>=0"
# enable ntpd, dhcpcd and sshd by default.
systemd_services="
ntpdate.service on
ntpd.service on
dhcpcd.service on
sshd.service on"
do_install() {
# Load the audio module by default.
vmkdir usr/lib/modules-load.d