36e8a3
#!/bin/bash
36e8a3
# THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES
36e8a3
#
36e8a3
# It is highly advisable to create own systemd services or udev rules
36e8a3
# to run scripts during boot instead of using this file.
36e8a3
#
36e8a3
# In contrast to previous versions due to parallel execution during boot
36e8a3
# this script will NOT be run after all other services.
36e8a3
#
36e8a3
# Please note that you must run 'chmod +x /etc/rc.d/rc.local' to ensure
36e8a3
# that this script will be executed during boot.
36e8a3
36e8a3
touch /var/lock/subsys/local
36e8a3