mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
9 lines
204 B
TOML
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"
|