В Sun, 18 Jan 2015 17:43:20 +0100 dieter <d_werner@gmx.net> пишет:
Additional question: if a *.timer configuration file is changed or a local configuration is created, how to trigger systemd to re-read this changed configuration?
The answer for this seems to be: after changing the *.timer configuration stop/disable and enable/start the timer to run with the new settings.
Small correction. systemd only reads updated configuration from disk when you do "systemctl daemon-reload" (or restart systemd with e.g. daemon-reexec). "systemctl enable ..." will implicitly perform daemon-reload unless used with --no-reload. This can be used to optimize bulk changes by using several "systemctl enable --no-reload ..." followed by single "systemctl daemon-reload". -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org