Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- lsof
- resource
- Windows
- web.xml
- IntelliJ
- port
- Mac
- JavaScript
- ssh
- import
- find
- netsh
- vscode
- context
- grep
- 줄바꿈 문자
- profile
- GIT
- plugin
- VirtualBox
- 단축키
- 네트워크
- Eclipse
- Source
- tomcat
- maVen
- Quartz
- xargs
- bash
- Windows 10
Archives
- Today
- Total
develog
[node] pm2 자동 재시작 설정 본문
pm2 startup 명령을 실행한다
pm2 startup
[PM2] Init System found: systemd
[PM2] To setup the Startup Script, copy/paste the following command:
sudo env PATH=$PATH:/usr/bin pm2 startup systemd -u <your-user> --hp <your-home-path>
출력된 명령을 실행한다
sudo env PATH=$PATH:/usr/bin pm2 startup systemd -u <your-user> --hp <your-home-path>
pm2 save 명령으로 현재 실행중인 애플리케이션 상태를 저장한다
pm2 save
Comments