summarylogtreecommitdiffstats
path: root/fetchcord.install
diff options
context:
space:
mode:
Diffstat (limited to 'fetchcord.install')
-rwxr-xr-xfetchcord.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/fetchcord.install b/fetchcord.install
new file mode 100755
index 000000000000..7865afc1a559
--- /dev/null
+++ b/fetchcord.install
@@ -0,0 +1,5 @@
+post_install() {
+ cat << EOF
+==> To start the service on boot run systemctl --user enable --now fetchcord.service
+EOF
+}