-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event not generated when File change happens #201
Comments
😕 $ tini -vvv -F ./package.json rails server -b '0.0.0.0'
tini: invalid option -- 'F'
tini (tini version 0.19.0)
Usage: tini [OPTIONS] PROGRAM -- [ARGS] | --version
Execute a program under the supervision of a valid init process (tini)
Command line options:
--version: Show version and exit.
-h: Show this help message and exit.
-s: Register as a process subreaper (requires Linux >= 3.4).
-p SIGNAL: Trigger SIGNAL when parent dies, e.g. "-p SIGKILL".
-v: Generate more verbose output. Repeat up to 3 times.
-w: Print a warning when processes are getting reaped.
-g: Send signals to the child's process group.
-e EXIT_CODE: Remap EXIT_CODE (from 0 to 255) to 0.
-l: Show license and exit.
Environment variables:
TINI_SUBREAPER: Register as a process subreaper (requires Linux >= 3.4).
TINI_VERBOSITY: Set the verbosity level (default: 1).
TINI_KILL_PROCESS_GROUP: Send signals to the child's process group.
Lines 226 to 264 in 378bbbc
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using tini to monitor for file changes
tini -vvv -S 1 -F config/data/infra_postgres.json --- ./app
I can see tini logs for my apps and also see file also been detected by tini.
But when I change the content of the file "infra_postgres.json", I am not getting any logs from tini saying "File change detected" or signal SIGHUP(1) is also not sent.
Can someone help with this?
The text was updated successfully, but these errors were encountered: