summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thunderboltd-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunderboltd-git.install b/thunderboltd-git.install
index 2127de846a0a..7c7648992c3b 100644
--- a/thunderboltd-git.install
+++ b/thunderboltd-git.install
@@ -2,5 +2,5 @@ post_install() {
echo "To use the thunderbolt daemon the following steps are necessary:"
echo " 1) update udev rules: udevamd control --reload-rules"
echo " 2) load the thunderbolt-icm module: modprobe thunderbolt-icm"
- echo " 3) start the thunderbolt service: systemctl start thunderboltd"
+ echo " 3) start the thunderbolt service: systemctl start thunderbolt"
}