xen-runit-scripts/proc-xen.check

5 lines
50 B
Text
Raw Normal View History

2024-07-23 12:54:54 +02:00
#!/bin/sh
mount | grep -q xenfs && exit 0
exit 1