]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-runtimedirectory-owner-nfsnobody.service
tests: introduce dummy_server_init and use it in all journald fuzzers
[thirdparty/systemd.git] / test / test-execute / exec-runtimedirectory-owner-nfsnobody.service
CommitLineData
50f130c2
RC
1[Unit]
2Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
3
4[Service]
ac1f08b9 5ExecStart=/bin/sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner); test "$$group" = "nfsnobody"'
50f130c2
RC
6Type=oneshot
7Group=nfsnobody
8User=root
9RuntimeDirectory=test-exec_runtimedirectory-owner