1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/grlx/grlx-farmer.initd
2025-02-23 19:52:18 +00:00

8 lines
128 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
description="Grlx Farmer"
command="/usr/bin/grlx-farmer"
depend() {
need net
}