| Server IP : 193.86.120.172 / Your IP : 216.73.216.67 Web Server : Apache/2.4.63 (Unix) System : Linux JServices 3.10.108 #86003 SMP Wed Oct 22 13:20:46 CST 2025 x86_64 User : kubec ( 1026) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib64/udev/rules.d/ |
Upload File : |
# author: Business Platform Team
# only handel SCSI uevent
ENV{SUBSYSTEM}!="scsi", GOTO="scsi_end"
ENV{SYNO_SUPPORT_SAS}!="yes", GOTO="scsi_end"
ENV{MODALIAS}!="scsi:t-0x0d", GOTO="scsi_end"
ENV{SYNO_SUPPORT_MULTIPATH}=="yes", ENV{ACTION}=="remove", RUN+="/lib/udev/script/enc_remove_from_record.sh %E{DEVPATH}"
ENV{SYNO_SUPPORT_MULTIPATH}=="yes", ENV{ACTION}=="remove", RUN+="/bin/touch /run/synosas/enc_removed"
ENV{SYNO_SUPPORT_MULTIPATH}=="yes", ENV{ACTION}=="add", RUN+="/bin/touch /run/synosas/enc_added"
ENV{SYNO_SUPPORT_MULTIPATH}=="yes", ENV{ACTION}=="add|remove", RUN+="/lib/udev/script/enc_last_change.sh %E{ACTION}"
RUN+="/usr/syno/bin/syno_scemd_connector --signal 57"
RUN+="/lib/udev/script/sas-bs-pwrctl.sh"
ENV{ACTION}=="add|remove", RUN+="/lib/udev/script/hotplugd-util.sh prepare_eunit_hotplug_event_file"
LABEL="scsi_end"