hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-runtimedirectory-owner-nobody.service
blob5f94bf9cd0be39fd0693943e8bc3e0de89675729
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" = "nobody"'
7 Type=oneshot
8 Group=nobody
9 User=root
10 RuntimeDirectory=test-exec_runtimedirectory-owner