]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
- /usr/sbin/ejabberdctl is bash script
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 17 Oct 2016 21:16:18 +0000 (23:16 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 17 Oct 2016 21:16:18 +0000 (23:16 +0200)
ejabberd.logrotate

index ed986909220e3de418a87a556a3e1be60084fb47..f10caf232bfc3f4d20f28b5df46e9f8de2e1bd7f 100644 (file)
@@ -5,7 +5,7 @@
        nocreate
        sharedscripts
        postrotate
-               /bin/su -s /bin/sh - jabber /usr/sbin/ejabberdctl reopen_log > /dev/null
+               /bin/su -s /bin/bash - 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.036458 seconds and 4 git commands to generate.