services: exec key in service manifest is now an array of executable arguments
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
description = "Device Management Service"
|
||||
|
||||
[service]
|
||||
exec = "/usr/bin/devmd"
|
||||
exec = [ "/usr/bin/devmd" ]
|
||||
roles = [
|
||||
"DeviceManager"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user