Amazon Web Services - AWS EC2 - Ubuntu 14.04
Ubuntu boot service
To show which services will be started on boot time type:
# service --status-all
[ + ] acpid
[ + ] apparmor
[ ? ] apport
[ + ] atd
[ + ] bind9
[ ? ] console-setup
[ + ] cron
[ ? ] cryptdisks
[ ? ] cryptdisks-early
[ - ] dbus
[ ? ] dns-clean
[ + ] friendly-recovery
[ - ] grub-common
[ ? ] irqbalance
[ ? ] killprocs
[ ? ] kmod
[ - ] landscape-client
[ ? ] mysql
[ ? ] networking
[ + ] nginx
[ ? ] ondemand
[ ? ] open-vm-tools
[ + ] opendkim
[ - ] php5-fpm
[ + ] postfix
[ ? ] pppd-dns
[ - ] procps
[ ? ] rc.local
[ + ] resolvconf
[ - ] rsync
[ + ] rsyslog
[ ? ] screen-cleanup
[ ? ] sendsigs
[ - ] ssh
[ - ] sudo
[ + ] udev
[ ? ] umountfs
[ ? ] umountnfs.sh
[ ? ] umountroot
[ - ] unattended-upgrades
[ - ] urandom
- [ + ] – Services with this sign are currently running.
- [ – ] – Services with this sign are not currently running..
- [ ? ] – Services that do not have a status switch.
To update starting service after boot use command:
# update-rc.d apache2 enable
# update-rc.d apache2 disable