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:
parent
aac4fb7321
commit
9f8aa03168
@ -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}\""} \
|
||||
|
Loading…
Reference in New Issue
Block a user