mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-09 03:21:35 +00:00
10 lines
346 B
Desktop File
10 lines
346 B
Desktop File
[Unit]
|
|
Description=Test for ReadOnlyPaths=
|
|
|
|
[Service]
|
|
ReadOnlyPaths=/usr /etc /sys /dev -/i-dont-exist
|
|
PrivateDevices=yes
|
|
ExecStart=/bin/sh -x -c 'test ! -w /usr && test ! -w /etc && test ! -w /sys && test ! -w /sys/fs/cgroup'
|
|
ExecStart=/bin/sh -x -c 'test ! -w /dev && test ! -w /dev/shm && test ! -e /i-dont-exist && test -w /var'
|
|
Type=oneshot
|