summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-runtimedirectory-owner-nobody.service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: add spdx license header to test unit/link/network/conf filesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
| | | | | | | | Those are all consumed by our parser, so they all support comments. I was considering whether they should have a license header at all, but in the end I decided to add it because those files are often created by copying parts of real unit files. And if the real ones have a license, then those might as well. It's easier to add it than to make an exception.
* test-execute: add tests with user/group daemonYu Watanabe2018-03-021-0/+9
The nobody user/group may not synthesized by systemd. To run tests the functionalities in such situation, this adds tests by user/group by daemon, as it is expected to exists all environments.