mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-06 14:12:23 +01:00
8 lines
149 B
Bash
8 lines
149 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
name="espeakup"
|
|
command=/usr/bin/espeakup
|
|
command_args="$ESPEAKUP_OPTS"
|
|
command_args_foreground="-d"
|