soju: add logging service.
This commit is contained in:
parent
ae52918f50
commit
1151638a08
3 changed files with 4 additions and 1 deletions
2
srcpkgs/soju/files/soju/log/run
Executable file
2
srcpkgs/soju/files/soju/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t soju -p daemon
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
[ -r conf ] && . ./conf
|
||||
exec chpst -u _soju soju ${OPTS:- -config /etc/soju/config}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue