summarylogtreecommitdiffstats
path: root/shortix-desktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'shortix-desktop.install')
-rw-r--r--shortix-desktop.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/shortix-desktop.install b/shortix-desktop.install
new file mode 100644
index 000000000000..b843ed867afa
--- /dev/null
+++ b/shortix-desktop.install
@@ -0,0 +1,6 @@
+post_install() {
+ cat <<- EOF
+ :: Enable/start with
+ :: systemctl --user enable --now shortix.service
+ EOF
+}