Initial commit
This commit is contained in:
commit
cec07ba0a7
2 changed files with 18 additions and 0 deletions
11
LICENSE
Normal file
11
LICENSE
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
Version 2, December 2004
|
||||||
|
|
||||||
|
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# rustit
|
||||||
|
|
||||||
|
rewriting of runit in rust. Everybody who want to participate are welcome. The rewriting of the init system will be in three phases:
|
||||||
|
|
||||||
|
1. sv, chpst, svlogd, (utmpset)
|
||||||
|
2. runsv, runsvdir, runsvchdir
|
||||||
|
3. runit, runit-init
|
Loading…
Reference in a new issue