From 450e604518429cad65f3661c7b835098702b191f Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Wed, 25 Dec 2019 18:50:30 +0100 Subject: [PATCH] add README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md 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