aboutsummarylogtreecommitdiffstats
path: root/fetcher.install
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher.install')
-rw-r--r--fetcher.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/fetcher.install b/fetcher.install
new file mode 100644
index 000000000000..0009b115d473
--- /dev/null
+++ b/fetcher.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo ================================== Important =================================
+ echo Enable the fetcher daemon with:
+ echo systemctl enable fetcher@\$USER.service
+ echo ==============================================================================
+}