summaryrefslogtreecommitdiff
path: root/www-apps/karma-bin/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /www-apps/karma-bin/files
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'www-apps/karma-bin/files')
-rw-r--r--www-apps/karma-bin/files/karma.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/karma-bin/files/karma.initd b/www-apps/karma-bin/files/karma.initd
index 08dbc3bd5c96..027090ad930e 100644
--- a/www-apps/karma-bin/files/karma.initd
+++ b/www-apps/karma-bin/files/karma.initd
@@ -5,8 +5,8 @@
command=/usr/bin/karma
command_args="--config.file /etc/karma/karma.yaml ${command_args}"
command_background=yes
-command_group=karma
-command_user=karma
+command_group=${group:-karma}
+command_user=${user:-karma}:${command_group}
error_log=/var/log/karma/karma.log
output_log=/var/log/karma/karma.log
pidfile=/var/run/karma.pid