diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-02-17 18:40:37 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | d8be43217ecda091360301d7bd327a2d54a734d3 (patch) | |
tree | aa5c4a1458ac31babe4af3eced5575df2867453d /install | |
parent | a6cadaf62423ea3ad5ec67c4a1e85bb9b4a659e4 (diff) | |
download | Ishtar-d8be43217ecda091360301d7bd327a2d54a734d3.tar.bz2 Ishtar-d8be43217ecda091360301d7bd327a2d54a734d3.zip |
Debian: manage conf for tasks and librefiice with conf.d dir
Diffstat (limited to 'install')
-rw-r--r-- | install/celery | 1 | ||||
-rw-r--r-- | install/libreoffice | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/install/celery b/install/celery new file mode 100644 index 000000000..11d8ae58d --- /dev/null +++ b/install/celery @@ -0,0 +1 @@ +USE_CELERY=yes diff --git a/install/libreoffice b/install/libreoffice new file mode 100644 index 000000000..4c93de704 --- /dev/null +++ b/install/libreoffice @@ -0,0 +1 @@ +USE_LIBREOFFICE=yes |