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