You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
When setting dir flag in Stenographer config, it still keeps the default /tmp/stenographerN which always ends up being the one used.
Eg.
"Flags": [ "-v", "--dir=/data/stenographer/tmp", "--seccomp=none" ]
results in:
/usr/sbin/stenotype -v --dir=/data/stenographer/tmp --seccomp=none --threads=16 --dir=/tmp/stenographer610447772 --iface=eno1
This will result in stenotype writing to /tmp/stenographer610447772
The text was updated successfully, but these errors were encountered: