Re: running start-up script using systemd

2019-01-16 Thread Dario Lesca
Il giorno lun, 14/01/2019 alle 00.59 +0530, Danishka Navin ha scritto: > After=network.target Try: After=network-online.targetWants=network-online.target -- Dario Lesca (inviato dal mio Linux Fedora 29 Workstation) ___ users mailing list -- users@lists

Re: running start-up script using systemd

2019-01-16 Thread Berend De Schouwer
On Mon, 2019-01-14 at 00:59 +0530, Danishka Navin wrote: > Hi, > > I have written a script which suppose to run at start-up and set a > given IP. > I can see systemd service is running when I check the status but I > can find the expected result (new IP). > > Is there anything wrong with the foll

running start-up script using systemd

2019-01-13 Thread Danishka Navin
Hi, I have written a script which suppose to run at start-up and set a given IP. I can see systemd service is running when I check the status but I can find the expected result (new IP). Is there anything wrong with the following format of the service file? [Unit] Description=Config IP Condition