enable __start_on_boot on amazon linux

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-03-30 09:14:25 +02:00
parent 9832512bfd
commit f3efa1e74d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ case "$state_should" in
# echo rc-update add \"$name\" default
# ;;
centos|fedora|owl|redhat)
amazon|centos|fedora|owl|redhat)
echo chkconfig \"$name\" on
;;