blob: f7c5d103cdde8a47d045ca7eaf7b410530a348ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
echo ""
echo "To use this package, enable raid-check.timer with systemd."
echo "Default options run at (second Thursday of each month at 10:30)"
echo ""
echo "To override defaults copy timer file and modify:"
echo "/usr/lib/systemd/system/raid-check.timer --> /etc/systemd/system/raid-check.timer"
echo "Modifications made to the timer in /usr/lib/systemd will be overwritten."
echo ""
echo "System configuration in file: /etc/conf.d/raid-check"
echo ""
}
|