sonic-buildimage/platform/marvell-armhf/sonic-platform-nokia/debian/sonic-platform-nokia-7215.postinst
Pavan-Nokia 36c1b8ac51
[Nokia-7215][armhf] Enable Watchdog service (#16612)
Enable CPUWDT service to enable watchdog
2023-11-30 16:34:53 -08:00

15 lines
276 B
Bash

#!/bin/sh
# postinst script for sonic-platform-nokia-7215
#
# see: dh_installdeb(1)
sh /usr/sbin/nokia-7215_plt_setup.sh
systemctl enable nokia-7215init.service
systemctl start nokia-7215init.service
systemctl enable cpu_wdt.service
systemctl start cpu_wdt.service
exit 0