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

9 lines
129 B
Bash

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