Skip to content

Launch a job with Child process #687

Closed Answered by oliviermollier
oliviermollier asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry found solution just by redirect stdout and stderr seems to work for me :

nohup ./stop.sh 1>/tmp/stop.log 2>/tmp/stop.log &
nohup ./start.sh 1>/tmp/start.log 2>/tmp/start.log &

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by oliviermollier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant