mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 22:36:37 +02:00
7 lines
149 B
Bash
7 lines
149 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
name="espeakup"
|
|
command=/usr/bin/espeakup
|
|
command_args="$ESPEAKUP_OPTS"
|
|
command_args_foreground="-d"
|