pmaports/modem/samsungipcd/samsungipcd.sh
Sergey Lisov ad454e784d
modem/samsungipcd: new aport (MR 3460)
Emulates an AT serial modem using libsamsung-ipc
2022-10-07 21:44:11 +02:00

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"