You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
Makefile | 6 years ago | |
README.md | 6 years ago | |
rc.conf | 6 years ago | |
rc.init | 6 years ago | |
rc.shutdown | 6 years ago |
README.md
init-scripts
These are my custom-made init scripts, made with suckless init in mind. The scripts should work on any GNU/Linux[-libre] distribution with suckless init or similar installed, with little or no modification.
Installation
A makefile is included. To install:
# make install
The makefile supports the DESTDIR
and PREFIX
variables, and of course an
uninstall
target for if things go horribly wrong:
# make uninstall
License
All of the scripts included in this package are free software, licensed under the terms of the GNU GPL, version 3 or later. See LICENSE for details.