10 lines
113 B
Bash
Executable File
10 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Source Qubes library.
|
|
. /usr/lib/qubes/init/functions
|
|
|
|
set -e
|
|
set -o pipefail
|
|
|
|
reload_random_seed
|