diff options
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/runsystem.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/runsystem.sh b/daemons/runsystem.sh index b10145a3..34dfeeb7 100644 --- a/daemons/runsystem.sh +++ b/daemons/runsystem.sh @@ -60,7 +60,7 @@ echo # # Normally this should be the case, but we better make sure since # without the pflocal server, pipe(2) does not work. -if ! test -e /servers/socket/1 ; then +if ! test -e /servers/socket/1 && command -v settrans >/dev/null ; then # The root filesystem should be read-only at this point. if fsysopts / --update --writable ; then settrans -c /servers/socket/1 /hurd/pflocal |