2015-07-01 19:41:07 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2016-10-22 17:43:16 +02:00
|
|
|
# Source Qubes library.
|
2017-09-30 04:56:02 +02:00
|
|
|
# shellcheck source=init/functions
|
2016-10-22 17:43:16 +02:00
|
|
|
. /usr/lib/qubes/init/functions
|
|
|
|
|
2015-07-01 19:41:07 +02:00
|
|
|
set -e
|
|
|
|
set -o pipefail
|
|
|
|
|
2016-10-22 17:43:16 +02:00
|
|
|
reload_random_seed
|