teknoraver / rpms / systemd

Forked from rpms/systemd a month ago
Clone

Blame SOURCES/rc.local

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