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