• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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