mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-27 14:31:33 +01:00
9 lines
128 B
Bash
9 lines
128 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
description="Grlx Farmer"
|
|
command="/usr/bin/grlx-farmer"
|
|
|
|
depend() {
|
|
need net
|
|
}
|