Use mdoc(7) instead of markdown #6

Merged
Ghost merged 27 commits from use-mdoc into master 2019-01-29 16:53:15 +01:00
Showing only changes of commit d47b21343b - Show all commits

View file

@ -7,7 +7,7 @@
LIBDIR="$(dirname $0)" && . "${LIBDIR}/config"
lsof "${IDX_FILE}" >/dev/null 2>&1 || nohup sh -s -- <<EOF >/dev/null 2>&1 &
ce -c3 "${DUC}" index -d "${IDX_FILE}" "${JAILDIR}"
ionice -c3 "${DUC}" index -d "${IDX_FILE}" "${JAILDIR}"
touch "${INDEX_DIR}/.lastrun.duc"
EOF
[ ! -f "${INDEX_DIR}/.lastrun.duc" ] && notice "First run of DUC always in progress ..." && exit 0