diff options
Diffstat (limited to 'testing/gogs/gogs.initd')
| -rw-r--r-- | testing/gogs/gogs.initd | 15 |
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 -} |
