9 lines
117 B
Text
9 lines
117 B
Text
|
#!/sbin/openrc-run
|
||
|
|
||
|
command="/usr/bin/pinephone_setup-modem-audio"
|
||
|
command_background=true
|
||
|
|
||
|
depend() {
|
||
|
after eg25
|
||
|
}
|