17 lines
320 B
Desktop File
17 lines
320 B
Desktop File
[Unit]
|
|
Description = Host Power Control Sequence
|
|
Wants=ssifbridge.service
|
|
After=ssifbridge.service
|
|
Wants=kudo-bios-verify.service
|
|
After=kudo-bios-verify.service
|
|
|
|
[Service]
|
|
Restart=no
|
|
RemainAfterExit=true
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/kudo-boot/init_once.sh
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|