summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-readonlypaths-with-bindpaths.service
blob: ea9211395dbf9e2b88d40d2f822b0bc0ec02673a (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Test for ReadOnlyPaths=

[Service]
ReadOnlyPaths=/etc -/i-dont-exist /usr
# From 6c47cd7d3bf35c8158a0737f34fe2c5dc95e72d6, RuntimeDirectory= implies BindPaths=.
RuntimeDirectory=foo
ExecStart=/bin/sh -x -c 'test ! -w /etc && test ! -w /usr && test ! -e /i-dont-exist && test -w /var'
Type=oneshot