1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

describe as "reboot" instead of "reload"

@georgejhunt please let us know if this renaming is ok (as discussed in http://minutes.iiab.io live chat)

I'll do the 2nd file now.
This commit is contained in:
A Holt 2017-09-30 12:42:01 -04:00 committed by GitHub
parent 4ba8a4825c
commit 597ace9416

View file

@ -27,9 +27,9 @@
shell: systemctl restart systemd-udevd.service
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
- name: reboot systemd-udevd so it has rootfs open read-write
template: src=udev-reboot.service dest=/etc/systemd/system/
- name: reload systemd-udevd so it has rootfs open read-write
template: src=udev-reload.service dest=/etc/systemd/system/
- name: enable the reboot service
shell: systemctl enable udev-reboot.service
- name: enable the reload service
shell: systemctl enable udev-reload.service