1 Star 0 Fork 91

wangyuhang / systemd

forked from src-openEuler / systemd 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
rc.local 473 Bytes
Copy Edit Raw Blame History
hexiaowen authored 2019-09-30 11:17 . Package init
#!/bin/bash
# THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES
#
# It is highly advisable to create own systemd services or udev rules
# to run scripts during boot instead of using this file.
#
# In contrast to previous versions due to parallel execution during boot
# this script will NOT be run after all other services.
#
# Please note that you must run 'chmod +x /etc/rc.d/rc.local' to ensure
# that this script will be executed during boot.
touch /var/lock/subsys/local
1
https://gitee.com/wangyuhang27/systemd.git
git@gitee.com:wangyuhang27/systemd.git
wangyuhang27
systemd
systemd
master

Search