diff options
Diffstat (limited to 'other/ssharp/contrib/hpux/egd')
| -rw-r--r-- | other/ssharp/contrib/hpux/egd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/other/ssharp/contrib/hpux/egd b/other/ssharp/contrib/hpux/egd new file mode 100644 index 0000000..21af0bd --- /dev/null +++ b/other/ssharp/contrib/hpux/egd | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # EGD_START: Set to 1 to start entropy gathering daemon | ||
| 2 | # EGD_ARGS: Command line arguments to pass to egd | ||
| 3 | # EGD_LOG: EGD stdout and stderr log file (default /etc/opt/egd/egd.log) | ||
| 4 | # | ||
| 5 | # To configure the egd environment: | ||
| 6 | |||
| 7 | # groupadd egd | ||
| 8 | # useradd -g egd egd | ||
| 9 | # mkdir -p /etc/opt/egd | ||
| 10 | # chown egd:egd /etc/opt/egd | ||
| 11 | # chmod 711 /etc/opt/egd | ||
| 12 | |||
| 13 | EGD_START=1 | ||
| 14 | EGD_ARGS='/etc/opt/egd/entropy' | ||
| 15 | EGD_LOG= | ||
