Standalone services now use the Event Store Server (many tests still use the embedded server)
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#! /bin/bash
|
|
|
|
kill `cat account-cs.pid account-qs.pid transfers-cs.pid`
|
|
rm account-cs.pid account-qs.pid transfers-cs.pid
|