volumio / volumio-os

Volumio OS Build System
GNU General Public License v2.0
2 stars 2 forks source link

Qrcode on welcome screen with IP listenner #15

Closed foonerd closed 1 week ago

foonerd commented 1 week ago

The welcome.service is now aware of IP address on network devices. The additional volumio-ipchange service acts as a trigger for network interfaces whilst being restarted from static unit with descendants ip-changed@.target. Any service depending on IP address change can be extended by making such service to be part of ip-monitor: [Unit] ... PartOf=ip-changed@eth0.target ip-changed@wlan0.target Before=ip-changed@eth0.target ip-changed@wlan0.target