Skip to content

一定時間ごとにプログラムを自動再起動するプログラム

Notifications You must be signed in to change notification settings

kuwa-network/auto-restarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-restarter

一定時間ごとにプログラムを自動再起動するプログラム

configについて

設定は config.yml から行います

loggerLevel: all # ログのレベル
configLoadInterval: 60000 # 設定ファイルの再読み込み頻度 単位 ms
restartInterval: 5 # プログラムの再起動頻度 単位 m
cmd: "run" # 実行するコマンド
cwd: "test" # コマンドを実行するカレントディレクトリ
arg: # スペースが必要な引数をここで追加していく
  - "--o"
  - "test"

About

一定時間ごとにプログラムを自動再起動するプログラム

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published