systemctl-php icon indicating copy to clipboard operation
systemctl-php copied to clipboard

PHP wrapper for systemctl

Results 3 systemctl-php issues
Sort by recently updated
recently updated
newest added

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. ```...

enhancement

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...

enhancement

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`....