summaryrefslogtreecommitdiff
blob: 5c7ef1a79ccf4f71805d445dea3d50ef71b6463a (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="UKI Successful Boot"

start() {
	kernel-bootcfg --boot-successful --update-csv || return 1
}