1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/etcd-arm/etc/confd/conf.d/shadowsocks.toml
2015-10-01 19:09:30 +08:00

9 lines
204 B
TOML

[template]
src = "shadowsocks.json.tmpl"
dest = "/etc/shadowsocks/client.json"
keys = [
"/services/shadowsocks"
]
check_cmd = "jq . {{.src}}"
reload_cmd = "systemctl restart shadowsocks-libev@client"