mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #34426 from cro/inotify-linux-only
Document that inotify is Linux only
This commit is contained in:
commit
485454febb
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ Watch files and translate the changes into salt events
|
|||
setting the `disable_during_state_run` flag to `True` in
|
||||
the beacon configuration.
|
||||
|
||||
:note: The `inotify` beacon only works on OSes that have `inotify` kernel support.
|
||||
Currently this excludes FreeBSD, Mac OS X, and Windows.
|
||||
|
||||
'''
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
|
Loading…
Add table
Reference in a new issue