Skip to content

Deliciously fast init system for Linux-based operating systems

License

Notifications You must be signed in to change notification settings

Dream-Imperium/tiramisu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deliciously fast Linux init


"like what runit is to systemd" "i don't know if that's something to be proud of or not" - some guy on irc

About

Tiramisu is an init system designed for speed. It does nothing more than start and stop the system by default. There are three main "runlevels", fs which is called directly after the pseudo filesystems necessary for the system to run have been mounted, interlude which is ran before dropping the user into a tty, and tty which is what is responsible for actually starting said ttys.

Installation

$ git clone https://github.com/Dream-Imperium/tiramisu
$ cd tiramisu
$ make
$ sudo make install

Additional files

If your distribution has any files specific to it, they can be found in dist. Replace everything in /usr/lib/tiramisu with your distribution specific files for optimal usage with your distribution.

If they're not available, feel free to contribute or request them.

:)

About

Deliciously fast init system for Linux-based operating systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published