1[Unit]
2Description=System unit to hard reset or system reset chassis
3
4[Service]
5Type=oneshot
6RemainAfterExit=no
7ExecStart=echo Please add custom command for system reset chassis
8
9[Install]
10WantedBy=chassis-system-reset.target
11