diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-05 02:46:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-05 02:50:12 +0000 |
commit | 0319ade6f072312647197d26bb88cb0a24eda5be (patch) | |
tree | e8d3c521a675a37006f6402e8482c292ead01c04 /main/xen/xenstored.confd | |
parent | fe9b89c13721269c1070cdfaa983afe24cb3d03d (diff) | |
download | aports-0319ade6f072312647197d26bb88cb0a24eda5be.tar.bz2 aports-0319ade6f072312647197d26bb88cb0a24eda5be.tar.xz |
main/xen: use adapted gentoo init.d scripts
Diffstat (limited to 'main/xen/xenstored.confd')
-rw-r--r-- | main/xen/xenstored.confd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/xen/xenstored.confd b/main/xen/xenstored.confd new file mode 100644 index 000000000..13363b394 --- /dev/null +++ b/main/xen/xenstored.confd @@ -0,0 +1,5 @@ +# /etc/conf.d/xenstored +XENSTORED_OPTS="" + +# Uncomment for enabling tracing +# XENSTORED_TRACE=yes |