forked from pool/e2fsprogs
15 lines
521 B
Plaintext
15 lines
521 B
Plaintext
## Path: Applications/uuidd
|
|
## Description: Start uuidd on demand only
|
|
## Type: yesno
|
|
## Default: yes
|
|
#
|
|
# uuidd is normally started upon demand only by libuuid,
|
|
# if possible. It is not necessary to start uuidd to create
|
|
# UUIDs, it is only needed if you have the special requirement
|
|
# of creating a large amount of time-based UUIDs.
|
|
# It terminates then automatically when inactive after a
|
|
# timeout of 5 minutes.
|
|
# Set this to "no" if you want to run uuidd permanently.
|
|
#
|
|
UUIDD_ON_DEMAND_ONLY="yes"
|