ad454e784d
Emulates an AT serial modem using libsamsung-ipc
8 lines
178 B
Bash
8 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"
|