summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rtags.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtags.install b/rtags.install
index 3f5a01f60a09..07a3e065b072 100644
--- a/rtags.install
+++ b/rtags.install
@@ -3,7 +3,7 @@ users=$(loginctl --no-legend list-users | awk '{ print $2 }' | sed ':a;N;$!ba;s/
post_install() {
cat << EOF
-You might want rtags running as systemd service:
+You might want to run rtags as a systemd service:
systemctl --user enable rdm.socket
systemctl --user start rdm.socket