1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update iiab-startup.yml

This commit is contained in:
A Holt 2018-10-30 21:44:37 -04:00 committed by GitHub
parent ca3e6c354d
commit ba212e2b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
- name: If not, install /usr/libexec/iiab-startup.sh from template
template:
src: iiab-startup.sh
dest: /usr/libexec/
path: /usr/libexec/
mode: 0755
when: not startup_script.stat.exists
- name: Install {{ systemd_location }}/iiab-startup.service from template
template:
src: iiab-startup.service
dest: "{{ systemd_location }}"
path: "{{ systemd_location }}"
when: not startup_script.stat.exists
- name: Enable & restart systemd service (iiab-startup) after daemon-reload