8e74230e86
* delete barefoot sonic-platform-modules-ingrasys * add submodule for barefoot sonic-platform-modules-ingrasys * add barefoot platform supports on master branch * change the default speed from 40G to 100G * remove barefoot sonic-platform-modules-ingrasys submodule * add ingrasys s9180-32x, s9280-64x barefoot platform drivers * update s9280-64x vdd core voltage * update ingrasys barefoot platform debian rules
20 lines
449 B
Desktop File
20 lines
449 B
Desktop File
[Unit]
|
|
Description= This Platform Monitor service is to initialize platform and monitor platform.
|
|
Before=platform-monitor.service
|
|
After=sysinit.target
|
|
Wants=fancontrol.service
|
|
Wants=qsfp-monitor.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/sbin/i2c_utils.sh i2c_init
|
|
ExecStart=/usr/sbin/s9280_64x_monitor.sh
|
|
KillSignal=SIGKILL
|
|
SuccessExitStatus=SIGKILL
|
|
|
|
# Resource Limitations
|
|
LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|