services: add a test service to test bshell

This commit is contained in:
2026-05-31 17:35:30 +01:00
parent 82b3c597f1
commit 54d5d9dca7
4 changed files with 30 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# vim ft=toml
[unit]
description = "BShell Test Script"
[service]
exec = [
"/usr/bin/bshell",
"/sbin/test.bshell"
]