2d0bad0523
* * platform/innoviunm: Add a new supported device and platform, SSE-T7132S * Switch Vendor: Supermicro * Switch SKU: Supermicro_sse_t7132s * ASIC Vendor: innovium * Swich ASIC: TL7 * Port Configuration: 32x400G * SONiC Image: SONiC-ONIE-Innoviunm Signed-off-by: wilsonw <wilsonw@supermicro.com.tw>
16 lines
436 B
Desktop File
16 lines
436 B
Desktop File
[Unit]
|
|
Description=Set system LED before reboot/poweroff/halt
|
|
DefaultDependencies=no
|
|
#Conflicts=reboot.target
|
|
Before=poweroff.target halt.target reboot.target kexec.target shutdown.target
|
|
#Requires=poweroff.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/sysledctl.py start
|
|
#ExecStop=/usr/local/bin/sysledctl.py stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=poweroff.target halt.target shutdown.target reboot.target kexec.target
|