summaryrefslogtreecommitdiff
path: root/community/murmur/murmur.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/murmur/murmur.install')
-rw-r--r--community/murmur/murmur.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/murmur/murmur.install b/community/murmur/murmur.install
index fecd2c2ca..13eec8094 100644
--- a/community/murmur/murmur.install
+++ b/community/murmur/murmur.install
@@ -5,7 +5,7 @@ post_install() {
chown -R murmur:murmur /var/lib/murmur
echo "You might have to reload dbus before launching murmur:"
- echo " systemctl reload bus"
+ echo " systemctl reload dbus"
echo "Don't forget to set the superuser password:"
echo " murmurd -ini /etc/murmur.ini -supw <your-password>"
}