categories > memo
date : March 10, 2024

nohup command with log

nohup java -jar [jar file location] > log/031024.log 2>&1 &



Reference

nohup사용법