Displaying 2 results from an estimated 2 matches for "ixenstored".
Did you mean:
xenstored
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
...f they specify an absolute path, it should be used. Eg,
/home/alice/Xen/xen/tools/xenstore/xenstore
If the user specifies /bin/bash they get to keep all the resulting
pieces.
> Or do you want to be able to use this to run your own xenstored
> replacement implementation from /usr/local/ian/ixenstored ?
Right. Or a wrapper script or something (although s-s-d will
mishandle that).
> > This exit status handling is confusing. AFAICT from the manpage for
> > start-stop-daemon, exit status 1 means "--oknodo was not specified and
> > nothing was done". So I think that...
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
Hans van Kranenburg writes ("[PATCH 08/13] xen init script: rewrite xenstored start logic"):
> -XENSTORED="$ROOT"/bin/xenstored
> +# In /etc/default/xen, the user can set XENSTORED, which has to be either
> +# 'xenstored' or 'oxenstored'. In here, we add the version specific path.
> +if [ -n "$XENSTORED" ]; then
> +