LoginSignup
0

More than 5 years have passed since last update.

Upstartのスクリプトをデバッグする

Posted at

scriptpost-start script 内に書いたスクリプトのデバッグ方法。

script
  exec > /tmp/my-log 2>&1
  set -x
  :
end script

Add Persistent Log Entries to Job Definition Files

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0