From a30494f4a27c107c0e64ecb3fa87aef2d362266c Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Mon, 11 Nov 2024 20:49:11 -0500 Subject: [PATCH] Tweak the installation script so it restarts all the relevant binaries --- install-with-cargo-systemd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-with-cargo-systemd.sh b/install-with-cargo-systemd.sh index e5cc204..ebc4ae0 100755 --- a/install-with-cargo-systemd.sh +++ b/install-with-cargo-systemd.sh @@ -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