On Mon, 1 May 2023 18:23:08 -0500
Roger Heflin wrote:

> I have something like this in my rc.local for similar reasons.
> ( sleep 30 ; cd /someplace ; <somecommand> ) &
I'm surprised that works. I used to have that sort of thing
directly in rc.local, then they converted the code that runs
rc.local to a systemd unit which "helpfully" killed things that
were taking "too long", so I switched to an "at" command to run
a different script "now", and moved all my delays into the different
script (which is now running out from under the thumb of systemd).
_______________________________________________
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to