* Remove some `stopOn = "ip-down"' declarations since they probably
don't do the right thing (e.g. they don't distinguish between network interfaces). svn path=/nixos/trunk/; revision=22102
This commit is contained in:
parent
d317d83ba8
commit
d67e6e6285
@ -89,7 +89,6 @@ in
|
|||||||
{ description = "GPSD daemon";
|
{ description = "GPSD daemon";
|
||||||
|
|
||||||
startOn = "ip-up";
|
startOn = "ip-up";
|
||||||
stopOn = "ip-down";
|
|
||||||
|
|
||||||
exec =
|
exec =
|
||||||
''
|
''
|
||||||
|
@ -119,7 +119,6 @@ in
|
|||||||
{ name = "avahi-daemon";
|
{ name = "avahi-daemon";
|
||||||
|
|
||||||
startOn = "ip-up";
|
startOn = "ip-up";
|
||||||
stopOn = "ip-down";
|
|
||||||
|
|
||||||
script =
|
script =
|
||||||
''
|
''
|
||||||
|
@ -68,7 +68,6 @@ in
|
|||||||
{ description = "BitlBee IRC to other chat networks gateway";
|
{ description = "BitlBee IRC to other chat networks gateway";
|
||||||
|
|
||||||
startOn = "ip-up";
|
startOn = "ip-up";
|
||||||
stopOn = "ip-down";
|
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
@ -74,7 +74,6 @@ in
|
|||||||
{ description = "NTP daemon";
|
{ description = "NTP daemon";
|
||||||
|
|
||||||
startOn = "ip-up";
|
startOn = "ip-up";
|
||||||
stopOn = "ip-down";
|
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
@ -67,7 +67,6 @@ in
|
|||||||
{ description = "ONC RPC portmap";
|
{ description = "ONC RPC portmap";
|
||||||
|
|
||||||
startOn = "ip-up";
|
startOn = "ip-up";
|
||||||
stopOn = "ip-down";
|
|
||||||
|
|
||||||
exec =
|
exec =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user