A Linux administrator needs to ensure that a web-based application service does not start until after the graphical interface has been loaded. Which directive should the administrator use within the service's unit file to enforce this dependency?
Requires=graphical.target
After=graphical.target
Wants=graphical.target
BindsTo=graphical.target