#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec /usr/libexec/incus/incusd --group _incus-admin ${OPTS:- --verbose}
