mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #3911 from jvonau/usbmount
use systemd-udev-trigger.service BUGFIX
This commit is contained in:
commit
a20aebf9c2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
BindTo=%i.device
|
BindTo=%i.device
|
||||||
After=%i.device
|
After=%i.device
|
||||||
After=rc-local.service
|
After=systemd-udev-trigger.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
#Type=oneshot
|
#Type=oneshot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue