An error occurred while fetching this tab.
rtcds improvements
- Nov 23, 2021
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
uppercase characters in model names cause problems with the build system, so they are forbidden for most commands.
-
Erik von Reis authored
If models are already started when requested to start, there's no need to check. Systemd won't mind another request to start. Removing these checks allows the user to specify a list of models to start, stop or restart, and not have to worry if some of them are already in the requested state.
-
Erik von Reis authored
-
Erik von Reis authored
START_DELAY can be set to any value of seconds to change the default 15 second delay after each model is started. If the startup sequencer is used, the delay can be set to 1 second. previously 'rtcds restart --all' would not restart the IOP model, since the kernel was unable to unload hte module before it was ordered to load it again. Now, stopping a model waits until the kernel module is unloaded.
-