diff options
-rwxr-xr-x | services/xenconsoled/run | 3 | ||||
l--------- | services/xenconsoled/supervise | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/services/xenconsoled/run b/services/xenconsoled/run new file mode 100755 index 0000000..c26b31b --- /dev/null +++ b/services/xenconsoled/run @@ -0,0 +1,3 @@ +#!/bin/sh +sv check xenstored >/dev/null || exit 1 +exec xenconsoled -i --log=all diff --git a/services/xenconsoled/supervise b/services/xenconsoled/supervise new file mode 120000 index 0000000..bb53002 --- /dev/null +++ b/services/xenconsoled/supervise @@ -0,0 +1 @@ +/run/runit/supervise.xenconsoled \ No newline at end of file |