CTE Agent Control Changes on systemd
You can use systemd
to configure dependent applications to start up or shut down in the proper order when CTE-U starts up or shuts down on a live system. If applications start before CTE-U starts, those applications may not be guarded. This applies to cases when you manually start or stop the system, such as when you upgrade CTE.
systemd
replaces init in Linux as a system and service manager. Linux inherited init from the UNIX System V init.systemd
. The file is a collection of daemons, libraries, and utilities to provide central management and configuration for certain Linux distributions. In addition to providing enhanced features and performance, systemd
is backwards compatible with System V and Linux Standard Base init scripts.