mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update iiab-startup.yml
This commit is contained in:
parent
86c6c9a188
commit
aa0f26072c
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
- name: If not, install /usr/libexec/iiab-startup.sh from template
|
||||
template:
|
||||
src: iiab-startup.sh
|
||||
path: /usr/libexec/
|
||||
dest: /usr/libexec/
|
||||
mode: 0755
|
||||
when: not startup_script.stat.exists
|
||||
|
||||
- name: Install {{ systemd_location }}/iiab-startup.service from template
|
||||
template:
|
||||
src: iiab-startup.service
|
||||
path: "{{ systemd_location }}"
|
||||
dest: "{{ systemd_location }}"
|
||||
when: not startup_script.stat.exists
|
||||
|
||||
- name: Enable & restart systemd service (iiab-startup) after daemon-reload
|
||||
|
|
Loading…
Reference in a new issue