From c50003a9962d87356c08d641a5aaad4fc8020fa6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 19 Nov 2025 11:36:15 +0100 Subject: [PATCH] Make sure to stop and start in the new fashion --- migrations/1762873545.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/1762873545.sh b/migrations/1762873545.sh index da7c6d9a..c563897f 100644 --- a/migrations/1762873545.sh +++ b/migrations/1762873545.sh @@ -2,5 +2,7 @@ pkill elephant elephant service enable systemctl --user start elephant.service +pkill walker mkdir -p ~/.config/autostart/ cp $OMARCHY_PATH/autostart/walker.desktop ~/.config/autostart/ +systemctl --user start app-walker@autostart.service