aports/testing/grlx/grlx-farmer.initd
2024-07-05 20:09:53 +00:00

9 lines
128 B
Bash

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