summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 14:20:08 -0400
committerDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 14:20:08 -0400
commit922afe6534a3f9e2bc7712c0774858a6b6e7b9fd (patch)
tree1f4eba369ba01cd6ea4186fe204497f7c931f3a9
parent29a8cce3187cc6faf28b4a3b5b1ff626aa2295b7 (diff)
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.
-rw-r--r--src/firefox@.service1
1 files changed, 0 insertions, 1 deletions
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 @@
1[Unit] 1[Unit]
2Description = Firefox 2Description = Firefox
3ConditionUser = !root 3ConditionUser = !root
4ConditionEnvironment = DISPLAY
5Wants = ioslay@%i.service 4Wants = ioslay@%i.service
6 5
7[Service] 6[Service]