Start adding signer containers
This is work in progress to add the signer components
This commit is contained in:
parent
f9b0eb5195
commit
e8ad6b9ba7
8 changed files with 189 additions and 3 deletions
13
docker/run-signer_client
Executable file
13
docker/run-signer_client
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
socat -d -d UNIX:/srv/sockets/signer PTY,link=/dev/ttyS0 2>&1 &
|
||||
sleep 1
|
||||
|
||||
export SERIAL_PORT=/dev/ttyS0
|
||||
|
||||
cd /srv/CommModule/
|
||||
|
||||
touch client.pl-active
|
||||
exec perl -w client.pl
|
Loading…
Add table
Add a link
Reference in a new issue