hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-inaccessiblepaths-sys.service
blob64a570ce4df283e03abea2cef6b0b015bcc9d75e
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test to make sure that mount namespace setup works properly with the 'InaccessiblePaths=/proc' option
5 [Service]
6 InaccessiblePaths=/sys
7 ExecStart=sh -x -c 'test "$$(stat -c %%a /sys)" = "0"'
8 Type=oneshot