forked from jan/cacert-devsetup
e8ad6b9ba7
This is work in progress to add the signer components
14 lines
No EOL
227 B
Bash
Executable file
14 lines
No EOL
227 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
rm -f /srv/sockets/signer
|
|
socat -d -d PTY,link=/dev/ttyUSB0 UNIX-LISTEN:/srv/sockets/signer 2>&1 &
|
|
sleep 1
|
|
|
|
export SERIAL_PORT=/dev/ttyUSB0
|
|
|
|
cd /srv/CommModule/
|
|
|
|
touch server.pl-active
|
|
exec perl -w server.pl |