2013-03-20 06:21:16 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Qubes remote exec agent
|
|
|
|
After=qubes-dvm.service
|
|
|
|
|
|
|
|
[Service]
|
2014-09-26 19:56:12 +02:00
|
|
|
ExecStartPre=/bin/sh -c '[ -e /dev/xen/evtchn ] || modprobe xen_evtchn'
|
2013-03-20 06:21:16 +01:00
|
|
|
ExecStart=/usr/lib/qubes/qrexec-agent
|
|
|
|
StandardOutput=syslog
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2014-09-29 22:57:55 +02:00
|
|
|
Alias=qubes-core-agent.service
|