Eu tenho um script Bash, que é semelhante a este:
#!/bin/bash
echo "Doing some initial work....";
/bin/start/main/server --nodaemon
Agora, se o bash shell executando o script receber um sinal SIGTERM, ele também deve enviar um SIGTERM par...
26.07.2014 / 20:54