From 922afe6534a3f9e2bc7712c0774858a6b6e7b9fd Mon Sep 17 00:00:00 2001 From: Debian Live user Date: Sat, 29 Apr 2023 14:20:08 -0400 Subject: remove ConditionEnvironment check It didn't work. Contrary to assumption, it does not check the systemctl caller's environment but the environment of the systemd user session. --- src/firefox@.service | 1 - 1 file changed, 1 deletion(-) diff --git a/src/firefox@.service b/src/firefox@.service index 411f79b..e92ffe7 100644 --- a/src/firefox@.service +++ b/src/firefox@.service @@ -1,7 +1,6 @@ [Unit] Description = Firefox ConditionUser = !root -ConditionEnvironment = DISPLAY Wants = ioslay@%i.service [Service] -- cgit v1.2.3