mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02: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
|