don't run portmap as daemon

if you do upstart can't know (yet) when it exits

svn path=/nixos/branches/modular-nixos/; revision=15217
This commit is contained in:
Marc Weber 2009-04-21 16:25:37 +00:00
parent aac4fb7321
commit 9f8aa03168

View File

@ -78,7 +78,7 @@ mkIf config.services.portmap.enable {
start on network-interfaces/started
stop on network-interfaces/stop
respawn ${portmap}/sbin/portmap \
respawn ${portmap}/sbin/portmap -f \
${if config.services.portmap.chroot == ""
then ""
else "-t \"${config.services.portmap.chroot}\""} \