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