xref: /aosp_15_r20/external/sg3_utils/scripts/lunmask.service (revision 44704f698541f6367e81f991ef8bb54ccbf3fc18)
1[Unit]
2Description=Disable LUN masking and scan SCSI Hosts
3After=systemd-udev-trigger.service
4
5[Service]
6Type=oneshot
7RemainAfterExit=yes
8ExecStart=/usr/lib/systemd/scripts/scsi-enable-target-scan.sh
9
10[Install]
11WantedBy=multi-user.target
12