Problem: Services start before USB mount
|
20th Mar, 2019, 03:47 PM
Post: #1
|
|||
|
|||
Services start before USB mount
My Pi mounts its USB drives faithfully at /media/LABEL on every boot. However, some services start before the mount has happened, minidlna and transmission-daemon to name two.
The Transmission service file (/etc/init/transmission-daemon.conf) indicates that the Upstart service will start on the filesystem and net-device-up IFACE=lo triggers and the minidlna init script (/etc/init.d/minidlna) indicates that the service will start on the $local_fs $network $remote_fs triggers. But, none of these triggers prevent the service from starting before the mount of my USB drives have finished, leading the services to treat files in those locations as missing. Should I modify the Upstart configuration files and init scripts to wait on a different trigger set? If so, upon which events should it wait? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Services start before USB mount - palswim - 20th Mar, 2019 03:47 PM
RE: Services start before USB mount - Nachteule - 21st Mar, 2019, 12:33 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
How to mount NFS (MY Cloud) on Start up? | ravi_buz | 1 | 6,522 |
15th Jul, 2014 01:46 AM Last Post: IriDium |