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