Ensure Walker service is started automatically on boot for new installations

Ref: #1684
This commit is contained in:
David Heinemeier Hansson
2025-11-30 20:51:19 +01:00
parent 8a37f3dce7
commit 306714f825

View File

@@ -1,5 +1,9 @@
#!/bin/bash
# Ensure Walker service is started automatically on boot
mkdir -p ~/.config/autostart/
cp $OMARCHY_PATH/autostart/walker.desktop ~/.config/autostart/
# Create pacman hook to restart walker after updates
sudo mkdir -p /etc/pacman.d/hooks
sudo tee /etc/pacman.d/hooks/walker-restart.hook > /dev/null << EOF