soju: add logging service.

This commit is contained in:
Daniel Néri 2021-12-03 14:40:20 +00:00 committed by Andrew J. Hesford
parent ae52918f50
commit 1151638a08
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t soju -p daemon

View file

@ -1,3 +1,4 @@
#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec chpst -u _soju soju ${OPTS:- -config /etc/soju/config}

View file

@ -1,7 +1,7 @@
# Template file for 'soju'
pkgname=soju
version=0.3.0
revision=1
revision=2
build_style=go
go_import_path="git.sr.ht/~emersion/soju"
go_package="./cmd/soju ./cmd/sojuctl"