aports/testing/grlx/grlx-farmer.post-install
2024-07-05 20:09:53 +00:00

16 lines
361 B
Bash

#!/bin/sh
cat <<EOF
*
* grlx-farmer expects /srv/grlx/recipes/prod to exist.
* This directory is not automatically created.
*
* This can be corrected with the following commands:
* mkdir -p /srv/grlx/recipes/prod
* chown -R farmer:farmer /srv/grlx
*
* Additionally, /etc/grlx/pki/farmer needs to be configured before
* the server can be run.
*
EOF