[elbe-devel] [PATCH 2/3] elbe-bootup-check: add systemd unit file
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Thu Mar 28 12:14:40 CET 2024
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
debian/python3-elbe-bootup-check.service | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/python3-elbe-bootup-check.service b/debian/python3-elbe-bootup-check.service
new file mode 100644
index 000000000000..ce3bb649b034
--- /dev/null
+++ b/debian/python3-elbe-bootup-check.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=ELBE Bootup check
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/elbe bootup-check
+
+[Install]
+WantedBy=multi-user.target
--
2.44.0
More information about the elbe-devel
mailing list