mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
odroid-u2-base: enable systemd services manually for now.
This commit is contained in:
parent
12948ef7d3
commit
37b4963aa3
2 changed files with 9 additions and 10 deletions
6
srcpkgs/odroid-u2-base/INSTALL
Normal file
6
srcpkgs/odroid-u2-base/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
case "$ACTION" in
|
||||||
|
post)
|
||||||
|
# enable odroid-led, sshd, ntpdate, ntpd and dhcpcd services.
|
||||||
|
systemctl enable odroid-led.service sshd.service ntpdate.service ntpd.service dhcpcd.service
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'odroid-u2-base'
|
# Template file for 'odroid-u2-base'
|
||||||
pkgname=odroid-u2-base
|
pkgname=odroid-u2-base
|
||||||
version=1.4
|
version=1.5
|
||||||
revision=4
|
revision=1
|
||||||
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="Void Linux Odroid U2 platform package"
|
short_desc="Void Linux Odroid U2 platform package"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -14,14 +15,6 @@ hostmakedepends="uboot-mkimage"
|
||||||
|
|
||||||
conf_files=/etc/default/odroid-led
|
conf_files=/etc/default/odroid-led
|
||||||
|
|
||||||
# enable odroid-led, ntpd, dhcpcd and sshd by default (but don't restart services).
|
|
||||||
systemd_services="
|
|
||||||
odroid-led.service off
|
|
||||||
ntpdate.service off
|
|
||||||
ntpd.service off
|
|
||||||
dhcpcd.service off
|
|
||||||
sshd.service off"
|
|
||||||
|
|
||||||
# Allow upgrades for compatibility.
|
# Allow upgrades for compatibility.
|
||||||
provides="odroid-u2-ubootcfg-${version}_${revision}"
|
provides="odroid-u2-ubootcfg-${version}_${revision}"
|
||||||
replaces="odroid-u2-ubootcfg>=0"
|
replaces="odroid-u2-ubootcfg>=0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue