summarylogtreecommitdiffstats
path: root/systemd-nvclock-unit.install
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-nvclock-unit.install')
-rw-r--r--systemd-nvclock-unit.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/systemd-nvclock-unit.install b/systemd-nvclock-unit.install
new file mode 100644
index 000000000000..ce63da492fbd
--- /dev/null
+++ b/systemd-nvclock-unit.install
@@ -0,0 +1,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
+}
+