services: add a test service to test bshell
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# vim ft=toml
|
||||
[unit]
|
||||
description = "BShell Test Script"
|
||||
|
||||
[service]
|
||||
exec = [
|
||||
"/usr/bin/bshell",
|
||||
"/sbin/test.bshell"
|
||||
]
|
||||
Reference in New Issue
Block a user