Fallback mechanism/coreboot@resume.service: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Created page with " [Unit] Description=At resume, use the same cbfs path(normal/fallback) used at boot. After=suspend.target [Service] Type=simple ExecStart=/usr/local/sbin/nvramtool -w b...")
 
(No difference)

Latest revision as of 00:37, 29 January 2016

[Unit]
Description=At resume, use the same cbfs path(normal/fallback) used at boot.
After=suspend.target

[Service]
Type=simple
ExecStart=/usr/local/sbin/nvramtool -w boot_option=Normal
ExecStart=/usr/local/sbin/nvramtool -w reboot_bits=0

[Install]
WantedBy=suspend.target