aboutsummaryrefslogtreecommitdiff
path: root/community/gerbera/gerbera.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/gerbera/gerbera.initd')
-rw-r--r--community/gerbera/gerbera.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gerbera/gerbera.initd b/community/gerbera/gerbera.initd
index 8356a0a212..34bf6e4645 100644
--- a/community/gerbera/gerbera.initd
+++ b/community/gerbera/gerbera.initd
@@ -2,7 +2,7 @@
2 2
3name="Gerbera" 3name="Gerbera"
4configfile="${CONFIG:-/etc/gerbera/config.xml}" 4configfile="${CONFIG:-/etc/gerbera/config.xml}"
5start_stop_daemon_args="--user ${G_USER:-gerbera} --group ${j_GROUP:-gerbera}" 5start_stop_daemon_args="--user ${G_USER:-gerbera} --group ${G_GROUP:-gerbera}"
6pidfile="/run/gerbera/gerbera.pid" 6pidfile="/run/gerbera/gerbera.pid"
7command=/usr/bin/gerbera 7command=/usr/bin/gerbera
8command_args="-c $configfile -l /var/log/gerbera/gerbera.log" 8command_args="-c $configfile -l /var/log/gerbera/gerbera.log"