1ffb34b4e3
* Updating Z9264f for A01 board * Adding platform_reboot plugin to Z9264f * Change execute mode for platform_reboot * Indenting python files * Adding missed service file * Addressing code review comments * Modified the polling logic in transceiver change event
14 lines
272 B
Desktop File
14 lines
272 B
Desktop File
[Unit]
|
|
Description=Dell Z9264f Platform modules
|
|
Before=pmon.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/z9264f_platform.sh init
|
|
ExecStop=/usr/local/bin/z9264f_platform.sh deinit
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|