Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
onfilechange
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
onfilechange
Commits
d60dc056
Commit
d60dc056
authored
5 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
use stat as default
parent
43f477b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
d60dc056
...
@@ -5,8 +5,8 @@ If one of the watched file changes then a given command will be exxecuted.
...
@@ -5,8 +5,8 @@ If one of the watched file changes then a given command will be exxecuted.
It loops permanently; you need to stop it by Ctrl + C and/ or can
It loops permanently; you need to stop it by Ctrl + C and/ or can
use it as systemd watcher daemon.
use it as systemd watcher daemon.
It uses stat
s
for wide compatibility but
prefers
inotifywatch to
It uses stat for wide compatibility but
can enable
inotifywatch to
check a file change.
check a file change
by an event
.
licence: Free software GNU GPL 3.0
licence: Free software GNU GPL 3.0
...
@@ -30,11 +30,11 @@ Parameters
...
@@ -30,11 +30,11 @@ Parameters
-i
-i
force inotifywait command
force inotifywait command
-s
-s
force stat
s
command
force stat command
-v
-v
verbose mode; enable showing debug output
verbose mode; enable showing debug output
-w [integer]
-w [integer]
for stat
s
mode: wait time in seconds betweeen each test or on missing file; default: 5 sec
for stat mode: wait time in seconds betweeen each test or on missing file; default: 5 sec
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment