blob: 8a8d46f14e75129b60fc21d93aff14de3eef5a99 [file] [log] [blame]
Lancelot Kao96a7ee32021-02-22 18:50:48 -06001[Unit]
XP Chen9b906962021-05-06 15:23:19 -05002Description = Host Power Control Sequence
XP Chen42c280d2021-06-23 16:50:06 -05003Wants=ssifbridge.service
4After=ssifbridge.service
Charles Boyerb4e47162021-11-04 11:04:09 -05005Wants=kudo-bios-verify.service
6After=kudo-bios-verify.service
Lancelot Kao96a7ee32021-02-22 18:50:48 -06007
8[Service]
9Restart=no
10RemainAfterExit=true
11Type=oneshot
XP Chen9b906962021-05-06 15:23:19 -050012ExecStart=/usr/sbin/init_once.sh
Lancelot Kao96a7ee32021-02-22 18:50:48 -060013StandardOutput=syslog
14
15[Install]
16WantedBy=sysinit.target