23de13feeb
* Add BES2348T Signed-off-by: juntseng62 <juntseng62@gmail.com> * add get_serial_number Signed-off-by: juntseng62 <juntseng62@gmail.com> Signed-off-by: juntseng62 <juntseng62@gmail.com>
17 lines
357 B
Desktop File
17 lines
357 B
Desktop File
[Unit]
|
|
Description=Alphanetworks BES2348T Platform Thermal Shutdown service
|
|
Before=pmon.service
|
|
After=pddf-platform-init.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/alphanetworks_bes2348t_thermal_shutdown.py
|
|
KillSignal=SIGKILL
|
|
SuccessExitStatus=SIGKILL
|
|
|
|
# Resource Limitations
|
|
LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|