mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
sv check xenstored >/dev/null || exit 1
|
|
mkdir -p /var/log/xen/console
|
|
exec xenconsoled -i --log=all
|