diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-09 02:27:53 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-09 02:27:53 +0100 |
commit | 4bbdda186cbd5f2bd377c1a03b1b09efdab6dd23 (patch) | |
tree | 72e10add6ae1f573733c7b79a9b7ec4684458f82 /daemons/runsystem.sh | |
parent | 41bf21a9d8e5b6b9172fabab7c8186c51d0c4524 (diff) |
swapon: Auto-start mach-defpager
Which allows not to start it unless swap is configured, so Mach can know
when it is not and avoid trying to use a default memory manager.
Diffstat (limited to 'daemons/runsystem.sh')
-rw-r--r-- | daemons/runsystem.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/daemons/runsystem.sh b/daemons/runsystem.sh index c3d37000..c2bc48d2 100644 --- a/daemons/runsystem.sh +++ b/daemons/runsystem.sh @@ -114,10 +114,6 @@ case "$flags" in ;; esac -# Start the default pager. It will bail if there is already one running. -echo Starting default pager -/hurd/mach-defpager - # This is necessary to make stat / return the correct device ids. fsysopts / --update --readonly |