mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 18:24:36 +08:00
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
|