* Enable some useful kernel configurations * Add xe-guest-utilities for better Xen support Add guest utilities and make sure the Xen guest daemon gets started when running under Xen virtualization.
10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Mount /proc/xen files
|
|
ConditionPathExists=/proc/xen
|
|
RefuseManualStop=true
|
|
|
|
[Mount]
|
|
What=xenfs
|
|
Where=/proc/xen
|
|
Type=xenfs
|