Skip to content

Instantly share code, notes, and snippets.

@mlavergn
Created January 15, 2020 16:07
Show Gist options
  • Save mlavergn/2dfa7f3851cb2be69bcd7d1d75047340 to your computer and use it in GitHub Desktop.
Save mlavergn/2dfa7f3851cb2be69bcd7d1d75047340 to your computer and use it in GitHub Desktop.
nohup script template
#!/bin/sh
/usr/bin/nohup /opt/foo/bar < /dev/null >log.txt 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment