summarylogtreecommitdiffstats
path: root/raid-check-systemd.install
blob: 3d637d3549775001efa4688c9cb0951304412262 (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 (first Monday of each month at 08:00)"
	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 ""
  }