Skip to content

Commit ef649a7

Browse files
authored
Use systemctl to reboot (#849)
* Use systemctl to reboot I've been getting errors that reboot isn't found * Update toltec-bootstrap version
1 parent 3b764f4 commit ef649a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package/toltec-bootstrap/package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pkgnames=(toltec-bootstrap)
66
pkgdesc="Manage your Toltec install"
77
url=https://toltec-dev.org/
8-
pkgver=0.4.0-1
8+
pkgver=0.4.1-1
99
timestamp=2023-11-27T00:34Z
1010
section="utils"
1111
maintainer="Eeems <eeems@eeems.email>"

package/toltec-bootstrap/toltecctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ MSG
10121012
fi
10131013

10141014
log INFO "Rebooting"
1015-
reboot
1015+
systemctl reboot
10161016
;;
10171017

10181018
status)

0 commit comments

Comments
 (0)