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