#systemd manager tui

3 messages · Page 1 of 1 (latest)

split comet
#

I developed a systemd manager tui that supports start, stop, restart, enable, disable, log viewing, and service property inspection, using zbus for D-Bus communication. I followed the Elm architecture (as recognized by tui-realm). I plan to expand it with more features. You can check out the repository here: '

https://github.com/matheus-git/systemd-manager-tui

vapid birch
#

hey there, where can I find documentaton about systemd dbus interface? Im making my own systemctl wrapper right now but im using std::process::Command

#

(@split comet)