1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/2-common/templates/udev-reload.service
George Hunt 6f4bfdcf34 Revert "try to create symbolic links at boot time"
This reverts commit 6a4c65c7bc.

usbmount routine needs adapter variable passed in -- this does not work
2017-09-30 12:05:23 -07:00

9 lines
190 B
Desktop File

[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