feature:设置mrzcpd service TimeoutStartSec和TimeoutStopSec为300s
This commit is contained in:
@@ -140,6 +140,12 @@
|
||||
mode: 0644
|
||||
when: runtime_env == 'TSG-X-P0906'
|
||||
|
||||
- name: "copy add_timeout_setting to mrzcpd.service.d"
|
||||
copy:
|
||||
src: "{{ role_path }}/templates/service_add_timeout_setting.conf"
|
||||
dest: /usr/lib/systemd/system/mrzcpd.service.d/
|
||||
mode: 0644
|
||||
|
||||
##################### mrzcpd #####################
|
||||
- name: "enable mrenv"
|
||||
systemd:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
TimeoutStartSec=300
|
||||
TimeoutStopSec=300
|
||||
Reference in New Issue
Block a user