mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
* Add systemd service configuration for grub updating This configuration file causes `update-grub` to be run after Snapper's cleanup and timeline services are run by systemd * Make invoked command more universal * Note the need to run systemctl daemon-reload
3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
[Service]
|
|
ExecStartPost=/usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg
|