Magnia LCD

From Wildsong
Revision as of 17:51, 28 July 2007 by Brian Wilson (talk | contribs) (New page: Near the end of /lib/lsb/init-functions I added this (before FANCYTTY) # -- ADDED FOR MAGNIA SG LCD DISPLAY OUTPUT -- LCD="/usr/local/bin/lcd-log" [ -e $LCD ] && $LCD "Running" $0 Thi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Near the end of /lib/lsb/init-functions I added this (before FANCYTTY)

# -- ADDED FOR MAGNIA SG LCD DISPLAY OUTPUT --
LCD="/usr/local/bin/lcd-log"
[ -e $LCD ] && $LCD "Running" $0

This will show the name of the script that is being run on boot or shutdown, as long as the 'lcd' program is not running.