On Mon, Nov 21, 2011 at 01:18:08PM -0500, "Michael D. Berger" <[email protected]> wrote: > What might I put in the .service file to assure that > my script is run as late in the startup sequence as > possible? I'm thinking about a "sleep 1" at the > beginning of the script itself.
SysVStartPriority=99 in the Service section can do it. But it's a hack, the solution is to depend on the right targets (or just handle the lack of network, etc on start in the daemon in question).
pgpsI6KQ2LT5d.pgp
Description: PGP signature
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
