Estou executando o Ubuntu Linux 16.10 em um desktop Ubuntu ThinkStation. Eu usei um script bash agora para reiniciar e parar o mono-service em nosso segundo computador desktop Ubuntu Linux 16.04 da seguinte maneira:
mono-service -l:${LOCK_FILE} ./${PROGRAM_NAME}.exe &
Como podemos programaticamente dizer se o nosso script foi bem sucedido em começar ou parando o mono-service -l: $ {LOCK_FILE} ./$ {PROGRAM_NAME} .exe?
We know that if one runs ps aux , they can observe if the bash script was succesful in starting or stopping mono-service. But, that is
não é uma solução programática.
Any help is greatly appreciated.