Fallback mechanism/coreboot@resume.service

From coreboot
Revision as of 00:37, 29 January 2016 by GNUtoo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The wiki is being retired!

Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!

[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