]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-runtimedirectory-owner-nogroup.service
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / test / test-execute / exec-runtimedirectory-owner-nogroup.service
CommitLineData
d2f95a22
YW
1[Unit]
2Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
3
4[Service]
5ExecStart=/bin/sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner); test "$$group" = "nogroup"'
6Type=oneshot
7Group=nogroup
8User=root
9RuntimeDirectory=test-exec_runtimedirectory-owner