services: add device management service
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# vim ft=toml
|
||||
[unit]
|
||||
name = "devmd"
|
||||
description = "Device Management Service"
|
||||
|
||||
[service]
|
||||
exec = "/usr/bin/devmd"
|
||||
roles = [
|
||||
"DeviceManager"
|
||||
]
|
||||
Reference in New Issue
Block a user