diff options
Diffstat (limited to 'app-text/groonga/files/groonga.initd')
-rw-r--r-- | app-text/groonga/files/groonga.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-text/groonga/files/groonga.initd b/app-text/groonga/files/groonga.initd index 963a0445d966..7d11ab6f7984 100644 --- a/app-text/groonga/files/groonga.initd +++ b/app-text/groonga/files/groonga.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ command=/usr/bin/groonga command_args="-d --pid-path ${GROONGA_PID:-/run/groonga/groonga.pid} --config-path=${CONFIG_FILE:-/etc/groonga/groonga.conf} ${DATABASE}" |