Skip to content

Commit 5a7a219

Browse files
committed
Fix error in systemd flag test
1 parent d30b806 commit 5a7a219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libinput-gestures-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ else
288288
svc_enabled=$(systemctl --user show -P UnitFileState $NAME.service)
289289
svc_running=$(systemctl --user show -P SubState $NAME.service)
290290
else
291-
has_sysd=1
291+
has_sysd=0
292292
svc_enabled="no"
293293
svc_running="no"
294294
fi

0 commit comments

Comments
 (0)