#実行コマンド
ssh user@remotehost "sudo nohup java -jar myaply-0.0.1-SNAPSHOT.jar > log.txt 2> errors.txt < /dev/null &"
#必要な準備
sudoはリモートで実行できないため、sshのユーザーについて、
ttyの
Go to list of users who liked
More than 5 years have passed since last update.
#実行コマンド
ssh user@remotehost "sudo nohup java -jar myaply-0.0.1-SNAPSHOT.jar > log.txt 2> errors.txt < /dev/null &"
#必要な準備
sudoはリモートで実行できないため、sshのユーザーについて、
ttyの
Register as a new user and use Qiita more conveniently
Go to list of users who liked