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
|