mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
277 B
Bash
7 lines
277 B
Bash
echo "Ensure walker service is restarted if it's killed or crashes"
|
|
|
|
mkdir -p ~/.config/systemd/user/app-walker@autostart.service.d/
|
|
cp $OMARCHY_PATH/default/walker/restart.conf ~/.config/systemd/user/app-walker@autostart.service.d/restart.conf
|
|
systemctl --user daemon-reload
|
|
|