1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
## iwatch configuration file
# START_DAEMON:
# Should iwatch start the iwatch daemon during boot?
# Change to "true" or "yes" if needed.
#
# However, IF YOUR SYSTEM ARE USING SYSTEMD (Debian Jessie and newer use
# it!), this line will be ignored. You can use '# systemctl disable iwatch'
# to disable iwatch on boot and '# systemctl enable iwatch' to reenable it.
#
# Please, read /usr/share/doc/iwatch/README.Debian
START_DAEMON=false
# CONFIG_FILE:
# Configuration file for iwatch daemon.
#
CONFIG_FILE=/etc/iwatch/iwatch.xml
|