aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-turbo/lua-turbo.initd
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-08-16 15:16:04 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-08-16 15:16:04 +0200
commit4917008e9eb17389d6f55274590d3b11ccd41c9c (patch)
treef249cb87953c8d018f74087d3b0a78e495fe3641 /main/lua-turbo/lua-turbo.initd
parent81aa4582996a5beeb86e14018755cdde27130af7 (diff)
downloadaports-4917008e9eb17389d6f55274590d3b11ccd41c9c.tar.bz2
aports-4917008e9eb17389d6f55274590d3b11ccd41c9c.tar.xz
main/lua-turbo: move to community
Diffstat (limited to 'main/lua-turbo/lua-turbo.initd')
-rw-r--r--main/lua-turbo/lua-turbo.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/lua-turbo/lua-turbo.initd b/main/lua-turbo/lua-turbo.initd
deleted file mode 100644
index 6da1ffd79b..0000000000
--- a/main/lua-turbo/lua-turbo.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
-}