https://github.com/mitchweaver/rclocal
brings rc.local init script functionality to modern Linux systems
https://github.com/mitchweaver/rclocal
init linux rc rclocal script systemd
Last synced: 4 months ago
JSON representation
brings rc.local init script functionality to modern Linux systems
- Host: GitHub
- URL: https://github.com/mitchweaver/rclocal
- Owner: mitchweaver
- License: mit
- Created: 2021-06-13T21:22:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T06:21:25.000Z (over 3 years ago)
- Last Synced: 2025-05-07T01:13:34.145Z (9 months ago)
- Topics: init, linux, rc, rclocal, script, systemd
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rc.local
Brings `/etc/rc.local` functionality to newer SystemD-based/OpenRC
Linux distributions.
## Why rc.local?
Because having a single, simple shell script to launch key functions
when spinning up a new machine makes life so much easier than dealing
with nuances of creating different SystemD or OpenRC service files for
every service you might need run.
## Get with the times old man!
no