enhanced instructions
This commit is contained in:
@@ -1,24 +1,10 @@
|
|||||||
pkgname=ebusd
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
echo ">>> Put daemon options to /etc/conf.d/ebusd (especially /dev/tty????)"
|
echo "Instructions:"
|
||||||
echo " Copy your configuration files (csv) to /etc/ebusd"
|
echo "1. Edit /etc/conf.d/ebusd if necessary"
|
||||||
echo " Start the daemon 'systemctl start ebusd'"
|
echo " (especially if your device is not /dev/ttyUSB0)"
|
||||||
}
|
echo "2. Place CSV configuration files in /etc/ebusd/"
|
||||||
|
echo " (see https://github.com/john30/ebusd-configuration)
|
||||||
pre_upgrade() {
|
echo "3. To tart the daemon, enter 'systemctl start ebusd'"
|
||||||
true
|
echo "4. Check the log file /var/log/ebusd.log"
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
true
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_remove() {
|
|
||||||
true
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user