mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
try to create symbolic links at boot time
This commit is contained in:
parent
6ef6d28df2
commit
6a4c65c7bc
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ Description=Make sure udev is operating on RW disk
|
|||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/systemctl restart systemd-udevd.service
|
||||
ExecStartPre=/bin/systemctl restart systemd-udevd.service
|
||||
ExecStart=/etc/usbmount/mount.d/70-usb-library
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue