On Mon, 18 Jul 2022 22:50:03 +0200
Peter Boy wrote:

> The programs I have to start depend on the existence of some (virtual) 
> network interfaces.

Yea, when I was doing stuff with rc.local I had that problem as well.
What I wound up doing was using the "at" command to start the scripts
I really wanted to run about 20 or 30 seconds after rc.local is executed
(picking time delays that always seemed to work well enough).

P.S. You can't just do a "sleep" because systemd hates rc.local jobs
that don't finish right away and kills them off (or it did at one time
anyway). Using the "at" command runs them separately so systemd
is no longer involved.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to