5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
test -x /usr/sbin/logrotate || exit 0
|
|
/usr/sbin/logrotate /etc/logrotate.conf
|