mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 15:33:56 +02:00
commit
d9eb744741
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ _:
|
||||||
Cmd = [
|
Cmd = [
|
||||||
''
|
''
|
||||||
${extraCmd};
|
${extraCmd};
|
||||||
if [ -n \"$GRAMINE_DIRECT\" ]; then
|
if [ -n "$GRAMINE_DIRECT" ]; then
|
||||||
exec gramine-direct ${name};
|
exec gramine-direct ${name};
|
||||||
else
|
else
|
||||||
[[ -r /var/run/aesmd/aesm.socket ]] || restart-aesmd >&2;
|
[[ -r /var/run/aesmd/aesm.socket ]] || restart-aesmd >&2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue