Skip to content

Commit

Permalink
Tweak the installation script so it restarts all the relevant binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Saveau committed Nov 12, 2024
1 parent b6fab6a commit a30494f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-with-cargo-systemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ sed -i "s|ExecStart=ringboard-$XDG_SESSION_TYPE|ExecStart=$(which ringboard-$XDG
systemctl --user daemon-reload
systemctl --user enable ringboard-$XDG_SESSION_TYPE --now

killall ringboard-egui ringboard-tui 2> /dev/null
systemctl --user restart ringboard-server

echo
echo "--- DONE ---"
echo
Expand Down

0 comments on commit a30494f

Please sign in to comment.