diff --git a/README.md b/README.md new file mode 100644 index 0000000..09c5ea0 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# SystemF / SysF + +> systemd but it's allowed to say fuck + +SysF is a minimal reimplementation of systemd in rust, allowing you to run a non-systemd system but still allow systemd service files to be used. + +I have no clue where I'm going with this, and I'll figure out over time. + +## Things I don't want to implement + +- dbus: fuck off. + +## Project topology + +### libsysf + +Library with all common logic and parsing + +### sysf-init + +Init process meant to run as PID 1. oh yea, I'm the init system now. + +# Copyright + +License Pending™ \ No newline at end of file