Turn off the walker service until the memory leak is fixed

See https://github.com/basecamp/omarchy/issues/698
This commit is contained in:
David Heinemeier Hansson
2025-08-13 13:48:45 +02:00
parent b0e99fc865
commit 5e1a4da33d
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
pkill walker
setsid uwsm app -- walker --gapplication-service &
# FIXME: Reenable the walker service once the memory leak has been fixed
# See https://github.com/basecamp/omarchy/issues/698
# setsid uwsm app -- walker --gapplication-service &