Show list of all services on Ubuntu/Debian
service --status-all
         31 августа 2020, 10:17
    
service --status-all
nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
        address XXX.XXX.XXX.XXX
        netmask 255.255.255.255
        gateway XXX.XXX.XXX.XXX
Ну и в завершении
/etc/init.d/networking restart