Re: [systemd-devel] : How to modify systemd so that the NTP function is disabled when systemd is first started?

2020-04-17 Thread Michał Zegan
I am not quite sure what you mean, but... generally these are symlinks in /etc/systemd/system/multi-user.target.wants/ so you could delete them manually if your intention is to make the actual os image with this disabled from the start... W dniu 17.04.2020 o 12:10, www pisze: > > I mean that this

Re: [systemd-devel] : How to modify systemd so that the NTP function is disabled when systemd is first started?

2020-04-17 Thread Kevin P. Fleming
What does 'update the system' mean for you? On Fri, Apr 17, 2020 at 6:10 AM www wrote: > > > I mean that this configuration can be preserved, even after I update the > system, this function can be saved. > > thanks, > Byron > > > > > At 2020-04-17 18:06:15, "Kevin P. Fleming" wrote: > >Both of

Re: [systemd-devel] : How to modify systemd so that the NTP function is disabled when systemd is first started?

2020-04-17 Thread www
I mean that this configuration can be preserved, even after I update the system, this function can be saved. thanks, Byron At 2020-04-17 18:06:15, "Kevin P. Fleming" wrote: >Both of those changes will stop the service from being started, even >when the system is rebooted. You don't ne

Re: [systemd-devel] : How to modify systemd so that the NTP function is disabled when systemd is first started?

2020-04-17 Thread Kevin P. Fleming
Both of those changes will stop the service from being started, even when the system is rebooted. You don't need to run these commands every time, running them one time will change the system configuration and the service will no longer be started. On Fri, Apr 17, 2020 at 2:52 AM www wrote: > > h