[elbe-devel] [PATCH] debian: service: fix initvm start/stop args

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Feb 10 08:35:18 CET 2025


The position of the arguments is important now.
Fix the service.

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

diff --git a/debian/elbe.service b/debian/elbe.service
index 7a06c7dc2a06ba3865e3be035eac9b78f59a2b5f..ee38f3dafb91a17238327d72fd5c186c58ad8539 100644
--- a/debian/elbe.service
+++ b/debian/elbe.service
@@ -5,8 +5,8 @@ Documentation=man:elbe-initvm(1)
 [Service]
 Type=forking
 EnvironmentFile=/etc/default/elbe
-ExecStart=/usr/bin/elbe initvm --directory ${INITVMDIR} start
-ExecStop=/usr/bin/elbe initvm --directory ${INITVMDIR} stop
+ExecStart=/usr/bin/elbe initvm start --directory ${INITVMDIR}
+ExecStop=/usr/bin/elbe initvm stop --directory ${INITVMDIR}
 
 [Install]
 WantedBy=multi-user.target

---
base-commit: 05aac32dc93a530324ac643c14a9423fd7866d89
change-id: 20250210-daemon-args-3421b5d66f6e

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list