9 lines
178 B
Bash
9 lines
178 B
Bash
|
#!/sbin/openrc-run
|
||
|
|
||
|
description="AT modem emulation using libsamsung-ipc"
|
||
|
depends="ppp"
|
||
|
|
||
|
command="samsungipcd"
|
||
|
command_args="/dev/ptywc /dev/ptywd"
|
||
|
supervisor="supervise-daemon"
|