mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 10:04:14 +00:00
In the monitor module, the following functions are implemented: -Implement main function of lifecycle manager, it will initialize other module through invoking related interfaces, wait threads in the uart module exit. Todo: Will refine the name of init_socket_server_and_shutdown_commands, init_uart_channel_devs_and_shutdown_commands. v1-->v2: Add comments in c file. v2-->v3: Update some log message. v3-->v6: Update monitior module for modulization. v6-->v7: Regiester command handler for ACK receiving timeout case in user VM. Tracked-On: #6652 Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com> Reviewed-by: fei1.li@intel.com
16 lines
268 B
SYSTEMD
16 lines
268 B
SYSTEMD
[Unit]
|
|
Description=ACRN lifemngr daemon
|
|
After=setserial.service
|
|
After=network.target
|
|
After=systemd-logind.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@bindir@/life_mngr
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|