mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #34426 from cro/inotify-linux-only
Document that inotify is Linux only
This commit is contained in:
commit
485454febb
@ -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…
Reference in New Issue
Block a user