Files
2022-01-30 22:06:38 +01:00

10 lines
327 B
Plaintext
Executable File

post_install() {
echo "Instructions:"
echo "1. Edit /etc/conf.d/ebusd if necessary"
echo " (especially if your device is not /dev/ttyUSB0)"
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'"
}