7 lines
190 B
Text
7 lines
190 B
Text
|
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
|