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