diff options
Diffstat (limited to 'social/asterisk/asterisk.logrotated')
-rw-r--r-- | social/asterisk/asterisk.logrotated | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/social/asterisk/asterisk.logrotated b/social/asterisk/asterisk.logrotated deleted file mode 100644 index f03d0acd3..000000000 --- a/social/asterisk/asterisk.logrotated +++ /dev/null @@ -1,10 +0,0 @@ -/var/log/asterisk/*_log /var/log/asterisk/messages { - create 640 asterisk asterisk - compress - missingok - notifempty - postrotate - /usr/sbin/asterisk -rx "logger reload" 1>/dev/null || true - endscript -} - |