summarylogtreecommitdiffstats
path: root/systemd-nvclock-unit.install
blob: ce63da492fbdefba28c226c7a4e62af77f3d63de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
cat << EOF

==> Change nvclk, memclk and fanspeed in /etc/conf.d/nvclock

==> To apply nvclock settings use this commands as root :
	systemctl start nvclock.service

==> To enable it on boot :
	systemctl enable nvclock.service

==> To reset settings to device defaults
	systemctl stop nvclock.service

EOF
}
post_upgrade() {
	post_install
}