summarylogtreecommitdiffstats
path: root/noauto_mounter.install
diff options
context:
space:
mode:
Diffstat (limited to 'noauto_mounter.install')
-rw-r--r--noauto_mounter.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/noauto_mounter.install b/noauto_mounter.install
new file mode 100644
index 000000000000..8db6af0c1ef8
--- /dev/null
+++ b/noauto_mounter.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "
+##########################################
+# Be sure to enable and start the timer:
+sudo systemctl enable noauto_mounter.timer
+sudo systemctl start noauto_mounter.timer
+##########################################
+"
+}