]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-protecthome-tmpfs-vs-protectsystem-strict.service
Merge pull request #14194 from yuwata/network-multipath-routing-12541
[thirdparty/systemd.git] / test / test-execute / exec-protecthome-tmpfs-vs-protectsystem-strict.service
CommitLineData
7e46b29b
YW
1[Unit]
2Description=Test ProtectHome=tmpfs vs ProtectSystem=strict
3# Test for #11276
4
5[Service]
6ProtectHome=tmpfs
7ProtectSystem=strict
8Type=oneshot
9ExecStart=/bin/sh -x -c 'test "$$(stat -fc %%T /home)" = "tmpfs"'