forked from dan/liminix
1
0
Fork 0

pppoe serviceFns

This commit is contained in:
Daniel Barlow 2023-08-28 18:23:48 +01:00
parent 27c9bd9707
commit 999a11f89c
1 changed files with 1 additions and 0 deletions

View File

@ -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;