bugfix:TSG-8516:修改mrapm_device和mrapm_stream service由requires mrzcpd变为wants
This commit is contained in:
@@ -34,6 +34,15 @@
|
||||
- /usr/lib/systemd/system/mrtunnat.service
|
||||
- /usr/lib/systemd/system/mrzcpd.service
|
||||
|
||||
- name: "replace action: replace Requires to Wants"
|
||||
replace:
|
||||
path: "{{ item }}"
|
||||
regexp: 'Requires'
|
||||
replace: 'Wants'
|
||||
with_items:
|
||||
- /usr/lib/systemd/system/mrapm_device.service
|
||||
- /usr/lib/systemd/system/mrapm_stream.service
|
||||
|
||||
- name: "Create /usr/lib/systemd/system/mrzcpd.service.d directory if it does not exist"
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user