KillingSpark / rustysd

A service manager that is able to run "traditional" systemd services, written in rust
MIT License
495 stars 15 forks source link

command source unclear #3

Closed EdorianDark closed 4 years ago

EdorianDark commented 4 years ago

The with accept_control_connections commands are accepted. But i do not understand where they are coming from. Can you help?

KillingSpark commented 4 years ago

The plan there was to have rustysd listen on a unix socket / tcp socket and receive commands from a secondary tool (roughly equivalent to systemctl). This part is still very much in it's concept stage but will be built out in the future

EdorianDark commented 4 years ago

Ok, thank you