Dynu ip update client for...
Dynu ip update client for Linux
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- Dynu ip update client for Linux
- Forum della Comunità
- Dynu ip update client for Linux
Argomento: Dynu ip update client for Linux
Hi,
I'm going to install your IP update client on a Linux Ubuntu server and I will run the command:
systemctl start dynuiuc.service
After a server reboot does the service automatic restart?
Thank you
I'm going to install your IP update client on a Linux Ubuntu server and I will run the command:
systemctl start dynuiuc.service
After a server reboot does the service automatic restart?
Thank you
Rispondi con citazione |Segnalare
I answer myself: No, it does not.
After a server reboot If I write the command:
systemctl status dynuiuc.service
this is the answer:
dynuiuc.service - Dynu IP update client daemon
Loaded: loaded (/usr/lib/systemd/system/dynuiuc.service; disabled; vendor pre
Active: inactive (dead)
I've found this solution, write the command:
systemctl enable dynuiuc.service
and then the command:
systemctl start dynuiuc.service
last find the file:
/usr/lib/systemd/system/dynuiuc.service
and edit the line:
--pid_file /var/run/dynuiuc.pid
change it to:
--pid_file /run/dynuiuc.pid
Regards
Enrico
After a server reboot If I write the command:
systemctl status dynuiuc.service
this is the answer:
dynuiuc.service - Dynu IP update client daemon
Loaded: loaded (/usr/lib/systemd/system/dynuiuc.service; disabled; vendor pre
Active: inactive (dead)
I've found this solution, write the command:
systemctl enable dynuiuc.service
and then the command:
systemctl start dynuiuc.service
last find the file:
/usr/lib/systemd/system/dynuiuc.service
and edit the line:
--pid_file /var/run/dynuiuc.pid
change it to:
--pid_file /run/dynuiuc.pid
Regards
Enrico
Rispondi con citazione |Segnalare
| Autore | Argomento: Dynu ip update client for Linux |
|---|---|
|
enrimanz Iscritto: 30/11/2015 |
giovedì 18 gennaio 2018 01:31
Hi,
I'm going to install your IP update client on a Linux Ubuntu server and I will run the command: systemctl start dynuiuc.service After a server reboot does the service automatic restart? Thank you |
|
enrimanz Iscritto: 30/11/2015 |
giovedì 18 gennaio 2018 16:54
I answer myself: No, it does not.
After a server reboot If I write the command: systemctl status dynuiuc.service this is the answer: dynuiuc.service - Dynu IP update client daemon Loaded: loaded (/usr/lib/systemd/system/dynuiuc.service; disabled; vendor pre Active: inactive (dead) I've found this solution, write the command: systemctl enable dynuiuc.service and then the command: systemctl start dynuiuc.service last find the file: /usr/lib/systemd/system/dynuiuc.service and edit the line: --pid_file /var/run/dynuiuc.pid change it to: --pid_file /run/dynuiuc.pid Regards Enrico |
sabato 13 giugno 2026 04:51
