hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-readonlypaths-with-bindpaths.service
blob7a183672c73b7b92499f55974028e921b45b5f09
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for ReadOnlyPaths=
5 [Service]
6 ReadOnlyPaths=/etc -/i-dont-exist /usr
7 BindPaths=/etc:/tmp/etc2
8 ExecStart=sh -x -c 'test ! -w /etc && test ! -w /usr && test ! -e /i-dont-exist && test -w /var'
9 Type=oneshot