[elbe-devel] [PATCH 4/6] python3-elbe-daemon.service: add optional environment file

Thomas Weißschuh thomas.weissschuh at linutronix.de
Tue Jul 2 09:53:34 CEST 2024


It will be used to set PYTHONWARNINGS during CI and test builds.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 debian/python3-elbe-daemon.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/python3-elbe-daemon.service b/debian/python3-elbe-daemon.service
index 18165ba35ec1..825bac561ace 100644
--- a/debian/python3-elbe-daemon.service
+++ b/debian/python3-elbe-daemon.service
@@ -4,6 +4,7 @@ Documentation=man:elbe-daemon(1)
 
 [Service]
 Type=notify
+EnvironmentFile=-/etc/default/python3-elbe-daemon
 ExecStart=/usr/bin/elbe daemon --port=7588
 
 [Install]

-- 
2.45.2



More information about the elbe-devel mailing list