We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From https://epics.anl.gov/tech-talk/2021/msg01435.php
procServ/procServUtils/generator.py
Lines 27 to 28 in cd68a34
There is currently no dependency on autofs.service, so attempts to run executables from an autofs mounted location may sporadically fail on boot.
autofs.service
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.
remote-fs.target
The text was updated successfully, but these errors were encountered:
I think it would be enough to add After=autofs.service.
After=autofs.service
Sorry, something went wrong.
No branches or pull requests
From https://epics.anl.gov/tech-talk/2021/msg01435.php
procServ/procServUtils/generator.py
Lines 27 to 28 in cd68a34
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/ containsSo it is clearly not part of the
remote-fs.target
.The text was updated successfully, but these errors were encountered: