1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
6 ExecStart=sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner); test "$$group" = "nfsnobody"'
10 RuntimeDirectory=test-exec_runtimedirectory-owner