A system administrator needs to ensure that the `nginx` web server starts automatically upon system boot. Which of the following commands will accomplish this?
-
A
systemctl start nginx
-
B
systemctl boot nginx
-
C
systemctl enable nginx
-
D
systemctl load nginx