* 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";
|
||||
|
||||
startOn = "ip-up";
|
||||
stopOn = "ip-down";
|
||||
|
||||
exec =
|
||||
''
|
||||
|
@ -119,7 +119,6 @@ in
|
||||
{ name = "avahi-daemon";
|
||||
|
||||
startOn = "ip-up";
|
||||
stopOn = "ip-down";
|
||||
|
||||
script =
|
||||
''
|
||||
|
@ -68,7 +68,6 @@ in
|
||||
{ description = "BitlBee IRC to other chat networks gateway";
|
||||
|
||||
startOn = "ip-up";
|
||||
stopOn = "ip-down";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
@ -74,7 +74,6 @@ in
|
||||
{ description = "NTP daemon";
|
||||
|
||||
startOn = "ip-up";
|
||||
stopOn = "ip-down";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
@ -67,7 +67,6 @@ in
|
||||
{ description = "ONC RPC portmap";
|
||||
|
||||
startOn = "ip-up";
|
||||
stopOn = "ip-down";
|
||||
|
||||
exec =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user