Files
omarchy/bin/omarchy-restart-walker
David Heinemeier Hansson 0e17c419be Bring back the walker service for now even with the known memory leak
The move to Walker 1.0 is going to take a little longer. We will fix
this in Omarchy 3.1.
2025-09-17 15:31:22 +02:00

8 lines
246 B
Bash
Executable File

#!/bin/bash
pkill walker
# FIXME: Just deal with the memory leak for now.
# See https://github.com/basecamp/omarchy/issues/698
setsid uwsm app -- walker --gapplication-service &
echo # Always end in success so we don't terminate further running