From Hentschel
Jump to: navigation, search

Beaglebone black

13 bytes added, 04:49, 7 December 2019
/* enable systemd service */
=== enable systemd service ===
==== Raspberry Pi ====
* create file '''/lib/systemd/system/lcd.service''' with following content
<pre>[Unit] Description=LCD Display Service After=multi-user.target Conflicts=getty@tty1.service [Service] Type=simple ExecStart=/usr/bin/python /home/pi/script/lcd/lcd.py StandardInput=tty-force [Install] WantedBy=multi-user.target</pre>