1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Merge pull request #6 from iiab/master

sync from iiab/iiab
This commit is contained in:
A Holt 2017-10-01 18:46:42 -04:00 committed by GitHub
commit 43733092fe
2 changed files with 15 additions and 0 deletions

View file

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

View file

@ -0,0 +1,9 @@
[Unit]
Description=Make sure udev is operating on RW disk
After=network-online.target
[Service]
ExecStart=/bin/systemctl restart systemd-udevd.service
[Install]
WantedBy=multi-user.target