pppoe serviceFns
This commit is contained in:
parent
27c9bd9707
commit
999a11f89c
@ -43,6 +43,7 @@ in
|
|||||||
longrun {
|
longrun {
|
||||||
inherit name;
|
inherit name;
|
||||||
run = ''
|
run = ''
|
||||||
|
. ${serviceFns}
|
||||||
${ppp}/bin/pppd pty "${pppoe}/bin/pppoe -I $(output ${interface} ifname)" ${lib.concatStringsSep " " ppp-options'}
|
${ppp}/bin/pppd pty "${pppoe}/bin/pppoe -I $(output ${interface} ifname)" ${lib.concatStringsSep " " ppp-options'}
|
||||||
'';
|
'';
|
||||||
notification-fd = 10;
|
notification-fd = 10;
|
||||||
|
Loading…
Reference in New Issue
Block a user