From 64acd59c89412a11fcaddb553368ec2a0bd5bd05 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 5 Nov 2023 01:03:33 -0800 Subject: [PATCH] chore: Use directory check --- .../deck/shared/usr/lib/systemd/system/steam-patch@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1bcef4bf..66bc99ca 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,7 +2,7 @@ Description=Steam Patch Loader for user %i Wants=network.target After=network.target -ConditionPathExists=/var/home/%i/.local/share/Steam/ +ConditionPathIsDirectory=/var/home/%i/.local/share/Steam [Service] Type=simple