From: Michael Gebetsroither Date: Sun, 15 Sep 2019 17:57:35 +0000 (+0200) Subject: torwaechter: try to unify different namings X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=95ed0cac777c60fc054ed0ca716aef5782b1bf87 torwaechter: try to unify different namings --- diff --git a/ansible/host_vars/torwaechter/main.yml b/ansible/host_vars/torwaechter/main.yml index d24a0a7..a1ec1dd 100644 --- a/ansible/host_vars/torwaechter/main.yml +++ b/ansible/host_vars/torwaechter/main.yml @@ -47,14 +47,16 @@ openwrt_mixin: file: "{{ global_cache_dir }}/{{ inventory_hostname }}/door_and_sensors/update-keys/update-keys" # door daemon init scripts and configs - /etc/init.d/tuer_core: + /etc/init.d/doord: mode: '0755' - file: "{{ global_cache_dir }}/{{ inventory_hostname }}/door_and_sensors/initscripts/tuer_core.openwrt" - /etc/default/tuer: + file: "{{ global_cache_dir }}/{{ inventory_hostname }}/door_and_sensors/initscripts/doord.openwrt" + /etc/default/door: mode: '0755' - file: "{{ global_cache_dir }}/{{ inventory_hostname }}/door_and_sensors/initscripts/tuer.default" - /etc/rc.d/S50tuer_core: - link: "../init.d/tuer_core" + file: "{{ global_cache_dir }}/{{ inventory_hostname }}/door_and_sensors/initscripts/door.default" + /etc/default/tuer: + link: "./door" + /etc/rc.d/S50doord: + link: "../init.d/doord" # hotplug files /etc/hotplug.d/tty/door.tty: