#!/bin/sh
# incusd keeps writing to stderr after startup; under rc-scripts that pipe
# is gone once initlog exits and the Go runtime dies on the resulting SIGPIPE
exec /usr/libexec/incus/incusd --logfile /var/log/incus/incusd.log "$@" >/dev/null 2>&1
