mirror of
https://github.com/clearlinux/vm-timing-report.git
synced 2026-06-16 02:05:47 +00:00
84e45c0c71
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
19 lines
357 B
Desktop File
19 lines
357 B
Desktop File
[Unit]
|
|
Description=VM Report
|
|
DefaultDependencies=yes
|
|
Before=shutdown.target
|
|
Wants=dev-vport0p1.device
|
|
After=dev-vport0p1.device
|
|
|
|
[Service]
|
|
Environment=HOME=/
|
|
WorkingDirectory=/
|
|
ExecStart=-/usr/bin/vm-report
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
|
# terminates cleanly.
|
|
KillSignal=SIGHUP
|