Sha256: 519a3063ae63050d7d27d6766d83559761d85ba408c21da3bb1c389fefa3b4eb

Contents?: true

Size: 369 Bytes

Versions: 12

Compression:

Stored size: 369 Bytes

Contents

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/bin/echo never > /sys/kernel/mm/transparent_hugepage/enabled

exit 0

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
taperole-2.1.1 roles/redis/templates/rc.local.j2
taperole-2.1.0 roles/redis/templates/rc.local.j2
taperole-2.0.7 roles/redis/templates/rc.local.j2
taperole-2.0.6 roles/redis/templates/rc.local.j2
taperole-2.0.5 roles/redis/templates/rc.local.j2
taperole-2.0.4 roles/redis/templates/rc.local.j2
taperole-2.0.3 roles/redis/templates/rc.local.j2
taperole-2.0.2 roles/redis/templates/rc.local.j2
taperole-2.0.1 roles/redis/templates/rc.local.j2
taperole-2.0.0 roles/redis/templates/rc.local.j2
taperole-1.8.2 roles/redis/templates/rc.local.j2
taperole-1.8.1 roles/redis/templates/rc.local.j2