CompTIACompTIA
XK0-005 · Question #663
XK0-005 Question #663: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #663. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator has defined a systemd script docker-repository.mount to mount a volume for use by the Docker service. The administrator wants to ensure that Docker service does not start until the volume is mounted. Which of the following configurations needs to be added to the Docker service definition to best accomplish this task?
Options
- AAfter=docker-respository.mount
- BExecStart=/usr/bin/mount -a
- CRequires=docker-repository.mount
- DRequiresMountsFor=docker-repository.mount
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#systemd#service management#unit dependencies#mount units