Guest User

Untitled

a guest
Dec 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [Unit]
  2. Description=Startup
  3.  
  4. [Service]
  5. ExecStart=/usr/local/sbin/my-startup.sh
  6.  
  7. [Install]
  8. WantedBy=multi-user.target
  9.  
  10. cd /var/www/test.com
  11. nohup java -jar *.jar>test.out 2>test.err &
Add Comment
Please, Sign In to add comment