提交 4723e21a 编写于 作者: sangshuduo's avatar sangshuduo

add historyfile plug to access .taos_history file.

上级 64b12891
......@@ -22,13 +22,11 @@ apps:
taos:
command: taoswrapper.sh
environment:
HOME: /home/$USER
plugs:
- network
- system-observe
- systemfiles
- home
- historyfile
taosdemo:
command: usr/bin/taosdemo
......@@ -36,6 +34,13 @@ apps:
- network
plugs:
historyfile:
interface: personal-files
read:
- $HOME/.taos_history
write:
- $HOME/.taos_history
systemfiles:
interface: system-files
read:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册