services: nsd: convert config file to TOML
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
[Unit]
|
# vim ft=toml
|
||||||
Description=Namespace Service
|
[unit]
|
||||||
|
name = "nsd"
|
||||||
|
description = "Namespace Service"
|
||||||
|
|
||||||
[Service]
|
[service]
|
||||||
Exec=/usr/bin/nsd
|
exec = "/usr/bin/nsd"
|
||||||
Role=NamespaceProvider
|
roles = [
|
||||||
|
"NamespaceProvider"
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user