rearrange some tasks

This commit is contained in:
Alexander Grothe
2018-02-12 10:27:01 +01:00
parent cbfa45c4f2
commit 70cec795de
5 changed files with 522 additions and 499 deletions

View File

@@ -77,3 +77,7 @@
group: '{{ vdr.group }}'
mode: 0644
force: no
- name: systemd-drop-in | start vdr.service after network-online.target
template:
src: templates/systemd/network-online.j2
dest: /etc/systemd/system/vdr.service.d/network-online.conf

View File

@@ -30,11 +30,6 @@
src: templates/systemd/vdr-environ.j2
dest: /etc/systemd/system/vdr.service.d/load-environ.conf
- name: systemd-drop-in | start vdr.service after network-online.target
template:
src: templates/systemd/network-online.j2
dest: /etc/systemd/system/vdr.service.d/network-online.conf
- name: systemd-drop-in | user@{{ vdr.uid }}.service depends on x@vt7.service
template:
src: templates/user@666.service.d/x-dependency.conf.j2