Hi, I have a systemd service which I have to start/execute at boot up as fast as possible. To do so I placed my service file in /etc/systemd/system/ . Are there any other ways in which I can launch my service sooner? For a moment lets assume It has no other dependencies(such as lightdm, plymouth) th...
@SurferTim The R-Pi is client in this case. At the boot up its dhcpcd.service(dhcp client daemon) which takes up the time. Also since my PI would not be in a fixed network I cannot use static address as well.
Hi, I am using Raspberry PI 3 model B with PIXEL gui. The DHCP service(client daemon) takes more than 20 Secs to assign the IP address . Is there any way to reduce the time taken?