サクサク読めて、アプリ限定の機能も多数!
double background your script to have it detach from the tty
stackbox のブックマーク 2012/12/20 23:42
Best way to make a shell script daemon?double background your script to have it detach from the tty2012/12/20 23:42
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2012/12/20
I'm wondering if there is a better way to make a daemon that waits for something using only sh than: #! /bin/sh trap processUserSig SIGUSR1 processUserSig() { echo "doing stuff" } while true; do sl...
3 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
double background your script to have it detach from the tty
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Best way to make a shell script daemon?
I'm wondering if there is a better way to make a daemon that waits for something using only sh than: #! /bin/sh trap processUserSig SIGUSR1 processUserSig() { echo "doing stuff" } while true; do sl...
3 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /