mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
12 lines
239 B
Text
12 lines
239 B
Text
#!/sbin/openrc-run
|
|
|
|
name="Turbo Lua"
|
|
command="/usr/bin/luajit"
|
|
command_args="${TURBO_SCRIPT}"
|
|
pidfile="/var/run/turbo.pid"
|
|
start_stop_daemon_args="-u ${TURBO_USER} -g ${TURBO_GROUP}"
|
|
command_background="yes"
|
|
|
|
depend() {
|
|
need net
|
|
}
|