linuxサーバでhubotをデーモン化して動かしたかったのですが、
環境変数にいろいろ設定したかったので、起動シェルスクリプトを作成しました。
なので、foreverでシェルスクリプトをデーモン化しました。
簡単にできました。
インストール
# forever インストール
$ npm install -g forever
# シェル起動
$ forever -c sh start daemon_runner.sh
Go to list of users who liked
More than 5 years have passed since last update.
linuxサーバでhubotをデーモン化して動かしたかったのですが、
環境変数にいろいろ設定したかったので、起動シェルスクリプトを作成しました。
なので、foreverでシェルスクリプトをデーモン化しました。
簡単にできました。
# forever インストール
$ npm install -g forever
# シェル起動
$ forever -c sh start daemon_runner.sh
Register as a new user and use Qiita more conveniently
Go to list of users who liked