From 87e2ff1da07bb0919025788a92376472c19c60ca Mon Sep 17 00:00:00 2001 From: John Date: Sun, 30 Jan 2022 22:06:38 +0100 Subject: [PATCH] align with make_debian.sh --- contrib/archlinux/ebusd.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/archlinux/ebusd.install b/contrib/archlinux/ebusd.install index b7dac876..63c678c8 100755 --- a/contrib/archlinux/ebusd.install +++ b/contrib/archlinux/ebusd.install @@ -2,7 +2,8 @@ post_install() { echo "Instructions:" echo "1. Edit /etc/conf.d/ebusd if necessary" echo " (especially if your device is not /dev/ttyUSB0)" - echo "2. To start the daemon, enter 'systemctl start ebusd'" + echo "2. Start the daemon with 'systemctl start ebusd'" echo "3. Check the log file /var/log/ebusd.log" + echo "4. Make the daemon autostart with 'systemctl enable ebusd'" }