Start acpid to handle power events

This commit is contained in:
Mike Crute 2017-12-26 04:07:12 +00:00
parent 73f4135f98
commit 31163ccb52
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ enable_services() {
rc_add "$target" default sshd chronyd networking tiny-ec2-bootstrap
rc_add "$target" sysinit devfs dmesg mdev hwdrivers
rc_add "$target" boot modules hwclock swap hostname sysctl bootmisc syslog
rc_add "$target" boot modules hwclock swap hostname sysctl bootmisc syslog acpid
rc_add "$target" shutdown killprocs savecache mount-ro
}