stdout을 dev/null로 redirect

This commit is contained in:
2023-09-05 17:16:05 +09:00
parent 3dc121bc71
commit 3ace1be27a

View File

@ -1,4 +1,4 @@
#!/bin/sh
nohup /home/opdev/houston -client -logfile &
nohup /home/opdev/houston -client -logfile > /dev/null &