blob: ebdb4843d1b276c95725fee73dddd93cf14a19fd [file] [log] [blame] [raw]
[Unit]
Description=Test to make sure that mount namespace setup works properly with the 'InaccessiblePaths=/proc' option
[Service]
InaccessiblePaths=/proc
ExecStart=/bin/sh -x -c 'test "$$(stat -c %%a /proc)" = "0"'
Type=oneshot