mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
9 lines
129 B
Bash
9 lines
129 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
description="Grlx Sprout"
|
|
command="/usr/bin/grlx-sprout"
|
|
|
|
depend() {
|
|
need net
|
|
}
|