fix: use systemctl for reboot/shutdown — loginctl lacks these verbs (v0.7.3)

This commit is contained in:
2026-03-29 18:59:00 +02:00
parent 2ca572773e
commit e59ed53d7a
3 changed files with 11 additions and 5 deletions
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
Format based on [Keep a Changelog](https://keepachangelog.com/).
## [0.7.3] - 2026-03-29
### Fixed
- Fix shutdown and reboot — `loginctl` does not support `poweroff`/`reboot` verbs, switched to `systemctl poweroff` and `systemctl reboot`
## [0.7.2] - 2026-03-29
### Fixed