2020-07-31 13:32:43 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Manufacturing service
|
|
|
|
After=serial-getty@ttyS0.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/opt/coins-demo/contrib/firstboot.sh
|
|
|
|
StandardInput=tty
|
2020-07-31 13:49:11 +00:00
|
|
|
StandardOutput=tty
|
2020-07-31 13:32:43 +00:00
|
|
|
TTYPath=/dev/ttyS0
|
|
|
|
TTYReset=yes
|
2020-07-31 13:49:11 +00:00
|
|
|
#TTYVHangup=yes
|
2020-07-31 13:52:25 +00:00
|
|
|
KillMode=none
|
2020-07-31 13:32:43 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|