mirror of
https://github.com/azlux/log2ram
synced 2024-11-23 13:56:30 +00:00
19beafe6ae
Avoid a conflict with logrotate
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/usr/bin/env sh
|
|
|
|
sleep 5 # Delay to avoid conflict with logrotate
|
|
rc-service log2ram write
|