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:
parent
4ba8a4825c
commit
597ace9416
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue