services: exec key in service manifest is now an array of executable arguments

This commit is contained in:
2026-05-31 17:26:50 +01:00
parent e492ac7974
commit a4ca7058d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
description = "Device Management Service"
[service]
exec = "/usr/bin/devmd"
exec = [ "/usr/bin/devmd" ]
roles = [
"DeviceManager"
]
+1 -1
View File
@@ -3,7 +3,7 @@
description = "Namespace Service"
[service]
exec = "/usr/bin/nsd"
exec = [ "/usr/bin/nsd" ]
roles = [
"NamespaceProvider"
]