Hello, Marc Weber <[email protected]> writes:
> You can view the changes in this commit at: > https://svn.nixos.org/viewvc/nix?rev=15217&view=rev > > Modified: > nixos/branches/modular-nixos/upstart-jobs/portmap.nix > > Log: > don't run portmap as daemon > > if you do upstart can't know (yet) when it exits > > Changes: > > Modified: nixos/branches/modular-nixos/upstart-jobs/portmap.nix > =================================================================== > --- nixos/branches/modular-nixos/upstart-jobs/portmap.nix 2009-04-21 > 16:22:30 UTC (rev 15216) > +++ nixos/branches/modular-nixos/upstart-jobs/portmap.nix 2009-04-21 > 16:25:37 UTC (rev 15217) > @@ -78,7 +78,7 @@ > start on network-interfaces/started > stop on network-interfaces/stop > > - respawn ${portmap}/sbin/portmap \ > + respawn ${portmap}/sbin/portmap -f \ Hmm, when run as a deamon, Upstart considers it up and running as soon as it forks in the background, which is correct I think. It works fine here. Did you stumble upon a situation where it caused troubles? Thanks, Ludo'. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
