synmpc/config.pr

13 lines
285 B
Plaintext
Raw Normal View History

2022-03-21 15:40:02 +00:00
let ?root_ds = dataspace
<bind "syndicate" #x"" $root_ds>
<require-service <daemon synmpc>>
<daemon synmpc {
argv: ["/home/repo/syndicate/synmpc/src/synmpc" ""]
protocol: text/syndicate
clearEnv: #t
}>
? <service-object <daemon synmpc> ?cap> [ $cap [ <listen-on $root_ds> ] ]