-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
From https://epics.anl.gov/tech-talk/2021/msg01435.php
procServ/procServUtils/generator.py
Lines 27 to 28 in cd68a34
| After=network.target remote-fs.target | |
| ConditionPathIsDirectory=%(chdir)s |
There is currently no dependency on autofs.service, so attempts to run executables from an autofs mounted location may sporadically fail on boot.
The autofs.service unit from https://mirrors.edge.kernel.org/pub/linux/daemons/autofs/v5/ contains
After=network.target ypbind.service sssd.service network-online.target remote-fs.target \
rpc-statd.service rpcbind.service
Wants=network-online.target rpc-statd.service rpcbind.service
So it is clearly not part of the remote-fs.target.
Metadata
Metadata
Assignees
Labels
No labels