From c89cf0dc53a90d6f24cd517150e50ed2f58ea1aa Mon Sep 17 00:00:00 2001 From: Ian C <16412897+coquizen@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:16:42 -0400 Subject: [PATCH] fix(sunshine): fix systemd file for missing closing quote (#1226) --- .../shared/usr/lib/systemd/system/sunshine-workaround.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/lib/systemd/system/sunshine-workaround.service b/system_files/desktop/shared/usr/lib/systemd/system/sunshine-workaround.service index d8ea4bb7..4e65d25d 100644 --- a/system_files/desktop/shared/usr/lib/systemd/system/sunshine-workaround.service +++ b/system_files/desktop/shared/usr/lib/systemd/system/sunshine-workaround.service @@ -8,7 +8,7 @@ Type=oneshot # Copy if it doesn't exist ExecStartPre=/usr/bin/bash -c "[ -x /usr/local/bin/.sunshine ] || /usr/bin/cp /usr/bin/sunshine /usr/local/bin/.sunshine" # This is faster than using .mount unit. Also allows for the previous line/cleanup -ExecStartPre=/usr/bin/bash -c "/usr/bin/mount --bind /usr/local/bin/.sunshine /usr/bin/sunshine +ExecStartPre=/usr/bin/bash -c "/usr/bin/mount --bind /usr/local/bin/.sunshine /usr/bin/sunshine" # Fix caps ExecStart=/usr/sbin/setcap 'cap_sys_admin+p' /usr/bin/sunshine # Clean-up after ourselves