1
0
mirror of https://github.com/rancher/os.git synced 2025-07-07 03:48:38 +00:00
os/images/02-syslog/usr/bin/entrypoint.sh

6 lines
103 B
Bash
Raw Normal View History

#!/bin/bash
cp /usr/share/logrotate/logrotate.d/* /etc/logrotate.d
exec /usr/bin/ros entrypoint "$@"