Question: 1/50
A Linux administrator needs to ensure a service starts automatically at boot and can be managed consistently across distributions using systemd. Which command best enables the service to start at boot?
systemctl enable nginx
systemctl start nginx
service nginx enable
chkconfig nginx on