summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-12 15:08:35 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-12 19:49:42 +0100
commite4dc427ccdd31b5a7b9cd1d3985e1aaa07ac4b32 (patch)
tree40e0b542ad1c95c597cfb7ad8dbf1a55b52a7135
parent4dd645503a3766187459070e399c3e000b4c454f (diff)
downloadick2-e4dc427ccdd31b5a7b9cd1d3985e1aaa07ac4b32.tar.gz
Add: install /etc/ick/worker_manager.yaml
-rw-r--r--debian/ick2.install1
-rw-r--r--worker_manager.yaml21
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/ick2.install b/debian/ick2.install
index 32f5325..2535f43 100644
--- a/debian/ick2.install
+++ b/debian/ick2.install
@@ -1,2 +1,3 @@
ick2.service lib/systemd/system
ick2-worker-manager.service lib/systemd/system
+worker_manager.yaml etc/ick
diff --git a/worker_manager.yaml b/worker_manager.yaml
new file mode 100644
index 0000000..add87e6
--- /dev/null
+++ b/worker_manager.yaml
@@ -0,0 +1,21 @@
+# Copyright 2017 Lars Wirzenius
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+config:
+ controller: https://127.0.0.1
+ name: worker1
+ log: /var/log/ickwm/worker_manager.log
+ log-level: debug
+ log-max: 10M
+ log-keep: 10