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