Skip to content
New issue

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

procServUtils and autofs #54

Open
mdavidsaver opened this issue Aug 3, 2021 · 1 comment
Open

procServUtils and autofs #54

mdavidsaver opened this issue Aug 3, 2021 · 1 comment

Comments

@mdavidsaver
Copy link
Contributor

From https://epics.anl.gov/tech-talk/2021/msg01435.php

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.

@mdavidsaver
Copy link
Contributor Author

I think it would be enough to add After=autofs.service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant