6cb445cb9e
The following changes are done as part of this commit: - Adding the system reboot handler - Adding swizzle reset case for the reboot reason - Workaround for the boot problem from Golden bios - Adding the logging messages for platform scripts - EEPROM parsing and library routines
16 lines
362 B
Desktop File
Executable File
16 lines
362 B
Desktop File
Executable File
[Unit]
|
|
Description=Juniper QFX5210 initialization service
|
|
Before=pmon.service
|
|
After=sysinit.target
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/local/bin/juniper_qfx5210_util.py install
|
|
ExecStart=/usr/local/bin/juniper_qfx5210_monitor.py
|
|
RemainAfterExit=yes
|
|
StandardOutput=syslog+console
|
|
StandardError=syslog+console
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|