SYNOPSIS
slowmilt -f
DESCRIPTION
When slowmilt first starts to run, it will print an error such as
the following if it cannot find its dabase files, and abort:
In order to bootstrap slowmilt it needs to be run at least one
time with its -f
command-line switch:
-f
command-line switch causes the slowmilt programs
two databases to be created, and for the version
of the database to be writen to it.
The -v
command-line switch can also be used with
cause the success of bootstrapping to be printed:
Note that the -f
command-line switch has intentionally been
made idempotent. That is, it may be used successfully even if the database
has already been created. That way, a startup script does not need to know
if this is a bootstrap situation or not. For example:
Here, the first line silently bootstraps the system (just in case it has
not already been bootstrapped). The second line uses the shell &
operator to run slowmilt in the background as a daemon.