]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-23.units/testsuite-23-namespaced.service
Merge pull request #30844 from keszybz/rename-uid-alloc-range
[thirdparty/systemd.git] / test / testsuite-23.units / testsuite-23-namespaced.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Service]
3 RuntimeMaxSec=300
4 # Adding a new mounts at runtime works if the unit is in the active state,
5 # so use Type=notify to make sure there's no race condition in the test
6 Type=notify
7 RemainAfterExit=yes
8 MountAPIVFS=yes
9 PrivateTmp=yes
10 BindPaths=/run/testsuite-23-marker-fixed:/tmp/testfile-marker-fixed
11 InaccessiblePaths=/run/inaccessible
12 ExecStartPre=grep -q -F MARKER_FIXED /tmp/testfile-marker-fixed
13 ExecStart=sh -c 'systemd-notify --ready; until grep -q -F MARKER_RUNTIME /tmp/testfile-marker-runtime; do sleep 0.1; done; test ! -f /run/inaccessible/testfile-marker-fixed'