pmaports/main/postmarketos-ondev/postmarketos-ondev.initd

15 lines
181 B
Text
Raw Normal View History

#!/sbin/openrc-run
description="postmarketOS on-device installer"
depend()
{
need localmount dbus
}
start()
{
ebegin "Running postmarketOS on-device installer"
ondev-boot &
}