Davin McCall
Davin McCall
By the way the `XXX` comments were to specifically mark things that might need some extra logic for the meson build. It should be easy enough to add command line...
Ok, I'm still working on them but making progress.
The integration tests are all running via igr-runner now.
Sounds like a great idea to me. We can standardise the set of base services (particularly targets) that can be relied on to be available (eg. the names you have...
yeah, the tmpfiles issue is a good example of that. Let's see if anything else comes up. The service names is a good baseline as you say, we can start...
I'm a bit unsure whether this is the wrong behaviour. The `run-as` setting just sets the identity that runs the process - that's all it was meant to do; the...
> Though wouldn't that wipe out every process' $HOME variable as well? Yes, it would prevent `HOME` from being set, to any value. Whether this is a problem or not...
@IngwiePhoenix ok if I close this? I know it's probably not working exactly as you would like it to, but it is by design. There are always trade-offs that have...
Starting with the easier thing: > the output message of a working restart is confusing because it merely prints Service 'x' started. Yes, I agree this could be a little...
> there's no other way i know of to restart something that has dependents. well, aside from first running stop on the dependents, then restarting the wanted service (or it...