]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-protecthome-tmpfs-vs-protectsystem-strict.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-execute / exec-protecthome-tmpfs-vs-protectsystem-strict.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test ProtectHome=tmpfs vs ProtectSystem=strict
4 # Test for #11276
5
6 [Service]
7 ProtectHome=tmpfs
8 ProtectSystem=strict
9 Type=oneshot
10 ExecStart=/bin/sh -x -c 'test "$$(stat -fc %%T /home)" = "tmpfs"'