/etc/systemd/system/multi-user.target.wants
Edit: /etc/systemd/system/grubinstall.service (249B)
[Unit]
Description=Run Scripts at Start and Stop
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
ExecStop=/usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
[Install]
WantedBy=multi-user.target