rpi-base: enable systemd services manually for now.
This commit is contained in:
parent
37b4963aa3
commit
a930a2e43c
6
srcpkgs/rpi-base/INSTALL
Normal file
6
srcpkgs/rpi-base/INSTALL
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user