Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
#!/bin/bash
|
|
|
2 |
# THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES
|
|
|
3 |
#
|
|
|
4 |
# It is highly advisable to create own systemd services or udev rules
|
|
|
5 |
# to run scripts during boot instead of using this file.
|
|
|
6 |
#
|
|
|
7 |
# In contrast to previous versions due to parallel execution during boot
|
|
|
8 |
# this script will NOT be run after all other services.
|
|
|
9 |
#
|
|
|
10 |
# Please note that you must run 'chmod +x /etc/rc.d/rc.local' to ensure
|
|
|
11 |
# that this script will be executed during boot.
|
|
|
12 |
|
|
|
13 |
touch /var/lock/subsys/local
|
|
|
14 |
|