A system administrator needs to ensure a service starts automatically after every reboot on a systemd-based Linux system. Which command accomplishes this?
-
A
systemctl start servicename
-
B
systemctl enable servicename
-
C
service servicename restart
-
D
chkconfig servicename on