mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 01:26:44 +00:00
Add linuxconsole and inputattach-config recipes. The inputattach-config recipe is intend to use as machine configuration file for inputattach. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
12 lines
233 B
Desktop File
12 lines
233 B
Desktop File
[Unit]
|
|
Description=Attach serial input devices to kernel input subsystem
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/inputattachctl start
|
|
ExecStop=/usr/bin/inputattachctl stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|