--chuid ersetzt durch -u / -g
This commit is contained in:
parent
e43617b37a
commit
614bbb78bd
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
|
@ -10,7 +10,7 @@ depend() {
|
|||
|
||||
start() {
|
||||
ebegin "Starting Palaver MUC service"
|
||||
start-stop-daemon --start --pidfile /var/run/jabber/palaver.pid --chuid jabber:jabber \
|
||||
start-stop-daemon --start --pidfile /var/run/jabber/palaver.pid -u jabber -g jabber \
|
||||
--exec /usr/bin/twistd -- -f /etc/jabber/palaver.tap -l /var/log/jabber/palaver.log \
|
||||
--pidfile /var/run/jabber/palaver.pid
|
||||
eend $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue