# systemctl mask > Link units to `/dev/null` so that they can be even started. > More information: . - Mask a service: `systemctl mask {{service_name}}` - Ensure that the service is shut down while masking: `systemctl mask {{service_name}} --now`