Isso é certamente possível. Veja a interface (5) manpage para detalhes completos, mas vou incluir um fragmento da página man aqui:
Lines beginning with "source" are used to include stanzas from other files, so
configuration can be split into many files. The word "source" is followed by the
path of file to be sourced. Shell wildcards can be used. (See wordexp(3) for
details.)
Esta funcionalidade aparece em Preciso.
Exemplo:
/ etc / network / interfaces:
auto lo
iface lo inet loopback
source /etc/network/interfaces.d/*.cfg
/etc/network/interfaces.d/eth0.cfg:
auto eth0
iface eth0 inet static
address x.x.x.x
[...]
Eu ficaria cauteloso se algumas ferramentas ainda estão cientes desse recurso. Alguns scripts podem apenas verificar / etc / network / interfaces.