An administrator wants to disable a service so it never starts at boot but can still be started manually. Which command achieves this with systemd?
-
A
systemctl disable <service>
-
B
systemctl stop <service>
-
C
systemctl mask <service>
-
D
systemctl isolate <service>