From 2f3afb43368bd688c7a5cd6f1dcf4507291c370f Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 4 Nov 2023 18:30:37 -0700 Subject: [PATCH] chore: Switch steam-patch service to use ConditionPathExists --- .../deck/shared/usr/lib/systemd/system/steam-patch@.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system_files/deck/shared/usr/lib/systemd/system/steam-patch@.service b/system_files/deck/shared/usr/lib/systemd/system/steam-patch@.service index dd04fd95..d9e910af 100644 --- a/system_files/deck/shared/usr/lib/systemd/system/steam-patch@.service +++ b/system_files/deck/shared/usr/lib/systemd/system/steam-patch@.service @@ -2,9 +2,7 @@ Description=Steam Patch Loader for user %i Wants=network.target After=network.target - -[Path] -PathExists=/var/home/%i/.steam/steam/ +ConditionPathExists=/var/home/%i/.steam/steam/ [Service] Type=simple