use daemon_logger; ok maintainer

This commit is contained in:
sthen 2022-11-09 13:13:00 +00:00
parent 5754d39fa6
commit 63f6c384cf
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ COMMENT = ActivityPub social network server
MODGO_MODNAME = github.com/superseriousbusiness/gotosocial
MODGO_VERSION = v0.5.2
REVISION = 0
DISTNAME = gotosocial-${MODGO_VERSION}

View File

@ -3,6 +3,7 @@
daemon="${LOCALBASE}/bin/gotosocial"
daemon_user="_gotosocial"
daemon_flags="--config-path ${SYSCONFDIR}/gotosocial.yaml"
daemon_logger="daemon.info"
. /etc/rc.d/rc.subr