updated
This commit is contained in:
11
crashplan-pro/crashplan-pro.install
Normal file
11
crashplan-pro/crashplan-pro.install
Normal file
@@ -0,0 +1,11 @@
|
||||
post_install () {
|
||||
INOTIFY_WATCHES=`cat /proc/sys/fs/inotify/max_user_watches`
|
||||
if [[ $INOTIFY_WATCHES -le 8192 ]]; then
|
||||
echo ""
|
||||
echo "Your system is currently configured to watch $INOTIFY_WATCHES files in real time."
|
||||
echo "CrashPlan recommends using a larger value; see the CrashPlan support site for details."
|
||||
echo "e.g. add the following line to /etc/sysctl.d/99-sysctl.conf "
|
||||
echo " fs.inotify.max_user_watches=1048576"
|
||||
echo ""
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user