In systemd, I like how I can make services dependent on mounts and networking.
With rustysd, I don't want a bloated PID1 so could there be a generic system to "export service names" so separate daemons can implement the networking, device and mount management for example? Without using rsdctl start network-online.target?
In systemd, I like how I can make services dependent on mounts and networking.
With rustysd, I don't want a bloated PID1 so could there be a generic system to "export service names" so separate daemons can implement the networking, device and mount management for example? Without using
rsdctl start network-online.target?