hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-runtimedirectory-owner-nfsnobody.service
blob4bc336167c96c154831f00454a3d1e6e7930e329
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
5 [Service]
6 ExecStart=sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner); test "$$group" = "nfsnobody"'
7 Type=oneshot
8 Group=nfsnobody
9 User=root
10 RuntimeDirectory=test-exec_runtimedirectory-owner