15 lines
181 B
Text
15 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 &
|
||
|
}
|