mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
This patch adds the service files, config files and script to run automatically at boot. And it adds install/uninstall part in Makefile. Compatiblity code for libsystemd.so and libsystemd-journal.so is added in Makefile also. Signed-off-by: Jin Zhi <zhi.jin@intel.com> Signed-off-by: CHEN Gang <gang.c.chen@intel.com> Reviewed-by: Zhang Yanmin <yanmin.zhang@intel.com> Reviewed-by: Liu Chuansheng <chuansheng.liu@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> Acked-by: Eddie Dong <Eddie.dong@intel.com>
14 lines
247 B
Desktop File
14 lines
247 B
Desktop File
[Unit]
|
|
Description=ACRN usercrash Demon
|
|
Requires=telemd.socket
|
|
After=telemd.service
|
|
Before=acrnprobe.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/usercrash_s
|
|
ExecStop=/usr/bin/killall -s TERM usercrash_s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|