systemctl-php
systemctl-php copied to clipboard
PHP wrapper for systemctl
Currently the `UnitInstaller` does not work with user scope. The `$installPath` is fix for system scope installations. This should work similar to switching the scope to find a unit. ```...
I'm no expert on systemctl or its related technology, far from it. I do know that `systemctl` and `systemctl --user` are two separated concepts on the linux distro I'm working...
Hello, I would be nice to have a method to list all units loaded into systemd (alongside the types and current status) for discoverability. Something like the output of `systemctl`....