]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
Make su silent (bashrc output etc).
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 13 Jun 2016 04:31:29 +0000 (06:31 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 13 Jun 2016 04:31:29 +0000 (06:31 +0200)
ejabberd.logrotate

index bbb9a767844ea0fed1ffc253c0f1994fbc6e4c70..ed986909220e3de418a87a556a3e1be60084fb47 100644 (file)
@@ -5,7 +5,7 @@
        nocreate
        sharedscripts
        postrotate
-               /bin/su -s /bin/sh - jabber /usr/sbin/ejabberdctl reopen_log
+               /bin/su -s /bin/sh - jabber /usr/sbin/ejabberdctl reopen_log > /dev/null
                # ejabberd tries to rename old logs on 'reopen_log'
                # in some cases this may leave empty *.0 files
                for f in /var/log/ejabberd/*.0 ; do
This page took 0.24792 seconds and 4 git commands to generate.