summarylogtreecommitdiffstats
path: root/controller.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller.json')
-rw-r--r--controller.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/controller.json b/controller.json
new file mode 100644
index 000000000000..7d56952261ea
--- /dev/null
+++ b/controller.json
@@ -0,0 +1,11 @@
+{
+ "dir_app_log": "/var/log/cozy",
+ "dir_app_bin": "/var/lib/cozy/apps",
+ "dir_app_data": "/var/lib/cozy/data",
+ "restart_cmd": "/usr/bin/systemctl restart cozy-controller",
+ "env": {
+ "kresus": {
+ "KRESUS_WEBOOB_DIR": "/usr/lib/python2.7/site-packages/weboob/"
+ }
+ }
+}