mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 08:35:16 +02:00
9 lines
140 B
SYSTEMD
9 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Mount /proc/xen files
|
|
ConditionPathExists=/proc/xen
|
|
RefuseManualStop=true
|
|
|
|
[Mount]
|
|
What=xenfs
|
|
Where=/proc/xen
|
|
Type=xenfs
|