summarylogtreecommitdiffstats
path: root/smart-notifier.install
diff options
context:
space:
mode:
authorLunarEclipse2022-09-03 11:44:12 +0200
committerLunarEclipse2022-09-03 11:44:12 +0200
commitab3bd3b5abea3e5386d456faa6002ca661640ace (patch)
treebee715136c1094686d767f0c6861617e1bbe0763 /smart-notifier.install
downloadaur-ab3bd3b5abea3e5386d456faa6002ca661640ace.tar.gz
Initial Commit
Diffstat (limited to 'smart-notifier.install')
-rw-r--r--smart-notifier.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/smart-notifier.install b/smart-notifier.install
new file mode 100644
index 000000000000..70ed83047d37
--- /dev/null
+++ b/smart-notifier.install
@@ -0,0 +1,9 @@
+post_install() {
+ printf "\n"
+ printf "To activate smart-notifier:\n\n"
+ printf " - Set it up in /etc/smartd.conf, for example \n"
+ printf " DEVICESCAN -m user -M exec /usr/lib/smart-notifier/scripts/60smart-notifier"
+ printf " - Make sure smartd is enabled\n"
+ printf " $ sudo systemctl enable --now smartd\n"
+ printf " - If you use a DE that doesn't respect XDG Autostart, make sure it launches /usr/bin/smart-notifier on startup\n"
+}