From 4fae366a5b9ddf95c6a3e0a652d5882ce46938e9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Nov 2025 19:22:04 +0100 Subject: [PATCH] Explain the migration --- migrations/1762873545.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/1762873545.sh b/migrations/1762873545.sh index 6433a8ef..6ad354da 100644 --- a/migrations/1762873545.sh +++ b/migrations/1762873545.sh @@ -1,3 +1,5 @@ +echo "Switch Elephant to run as a systemd service and walker to be autostarted on login" + pkill elephant elephant service enable systemctl --user start elephant.service