summaryrefslogtreecommitdiff
path: root/net-im/prosody/files/prosody.initd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-im/prosody/files/prosody.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/prosody/files/prosody.initd b/net-im/prosody/files/prosody.initd
index 02a1fdc..9cb1340 100644
--- a/net-im/prosody/files/prosody.initd
+++ b/net-im/prosody/files/prosody.initd
@@ -1,14 +1,14 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/files/prosody.initd,v 1.1 2010/05/27 11:47:12 djc Exp $
+# $Header: $
description="Prosody is a server for Jabber/XMPP written in Lua."
description_reload="Reload configuration and reopen log files."
extra_started_commands="reload"
PIDFILE="/var/run/jabber/prosody.pid"
-USER="jabber"
+USER="jabber:jabber"
COMMAND="/usr/bin/prosody"
depend() {