SUSE / suse-migration-services

GNU General Public License v3.0
7 stars 11 forks source link

Perform reboot through systemd #138

Closed schaefi closed 5 years ago

schaefi commented 5 years ago

reboot is performed through systemd. The call through systemd checks if there is a kexec loaded kernel and transparently turns 'systemctl reboot' into 'systemctl kexec'. Thus both ways, soft and hard reboot are managed in one call. This is related to Issue #111