remove system-files interface.
This commit is contained in:
parent
b545a683fb
commit
48f5309e0d
|
@ -18,14 +18,12 @@ apps:
|
||||||
- network
|
- network
|
||||||
- network-bind
|
- network-bind
|
||||||
- system-observe
|
- system-observe
|
||||||
- systemfiles
|
|
||||||
|
|
||||||
taos:
|
taos:
|
||||||
command: taoswrapper.sh
|
command: taoswrapper.sh
|
||||||
plugs:
|
plugs:
|
||||||
- network
|
- network
|
||||||
- system-observe
|
- system-observe
|
||||||
- systemfiles
|
|
||||||
- historyfile
|
- historyfile
|
||||||
|
|
||||||
taosdemo:
|
taosdemo:
|
||||||
|
@ -41,18 +39,6 @@ plugs:
|
||||||
write:
|
write:
|
||||||
- $HOME/.taos_history
|
- $HOME/.taos_history
|
||||||
|
|
||||||
systemfiles:
|
|
||||||
interface: system-files
|
|
||||||
read:
|
|
||||||
- /etc/taos
|
|
||||||
- /var/lib/taos
|
|
||||||
- /var/log/taos
|
|
||||||
- /tmp
|
|
||||||
write:
|
|
||||||
- /var/log/taos
|
|
||||||
- /var/lib/taos
|
|
||||||
- /tmp
|
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
script:
|
script:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
|
@ -119,4 +105,4 @@ layout:
|
||||||
|
|
||||||
hooks:
|
hooks:
|
||||||
install:
|
install:
|
||||||
plugs: [systemfiles, historyfile]
|
plugs: [historyfile]
|
||||||
|
|
Loading…
Reference in New Issue