aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gogs/gogs.initd
diff options
context:
space:
mode:
author7heo <7heo@mail.com>2016-08-29 16:09:55 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-29 16:59:30 +0200
commit428fa757b07bb28c5a9d633d91354221579ffa31 (patch)
treec31a0e6162f0e732e7b31510b5451e31cada3869 /testing/gogs/gogs.initd
parentd28f27dbd511685428d8b7af191ac1e9de7c861a (diff)
downloadaports-428fa757b07bb28c5a9d633d91354221579ffa31.tar.bz2
aports-428fa757b07bb28c5a9d633d91354221579ffa31.tar.xz
testing/gogs: move to community
Diffstat (limited to 'testing/gogs/gogs.initd')
-rw-r--r--testing/gogs/gogs.initd15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/gogs/gogs.initd b/testing/gogs/gogs.initd
deleted file mode 100644
index b4ac34b3c8..0000000000
--- a/testing/gogs/gogs.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-
-name=gogs
-conffile="$GOGS_CUSTOM/conf/app.ini"
-command="/usr/bin/gogs"
-command_args="web -c $conffile"
-start_stop_daemon_args="${GOGS_USER:+--user} $GOGS_USER --env GOGS_CUSTOM=$GOGS_CUSTOM"
-pidfile="/var/run/gogs.pid"
-command_background="yes"
-
-depend() {
- use logger dns
- need net
- after firewall
-}