fix
This commit is contained in:
parent
6b089ea9e8
commit
6d6b6d0de0
2 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
[Unit]
|
||||
Description=Manufacturing service
|
||||
After=serial-getty@ttyS0.service
|
||||
After=docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/coins-demo/contrib/firstboot.sh
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
TTYPath=/dev/ttyS0
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
#TTYVHangup=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue