A Linux administrator needs to ensure a custom application, `myapp.service`, starts automatically after a system reboot. The service should only start after the network is fully operational. Which `systemctl` command correctly accomplishes this?
-
A
systemctl start myapp.service
-
B
systemctl enable myapp.service
-
C
systemctl reload myapp.service
-
D
systemctl update myapp.service