This website requires JavaScript.
Explore
Help
Register
Sign In
ayo
/
houston
Watch
8
Star
0
Fork
0
You've already forked houston
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
7ae391b599f02629ce6a7d0a66ac965e898ec57f
houston
/
houston.sh
5 lines
69 B
Bash
Raw
Normal View
History
Unescape
Escape
자식 프로세스 비정상종료시 처리
2023-06-15 11:24:02 +09:00
#!/bin/sh
stdout을 dev/null로 redirect
2023-09-05 17:16:05 +09:00
nohup /home/opdev/houston -client -logfile > /dev/null
&
자식 프로세스 비정상종료시 처리
2023-06-15 11:24:02 +09:00
Reference in New Issue
Copy Permalink