soju: fix wrong command name in README.voidlinux
Some checks failed
Build buildroot containers / build (musl) (push) Has been cancelled
Build buildroot containers / build (glibc) (push) Has been cancelled
Some checks failed
Build buildroot containers / build (musl) (push) Has been cancelled
Build buildroot containers / build (glibc) (push) Has been cancelled
This commit is contained in:
parent
fefe59c10a
commit
e1bfe0ff6b
@ -3,6 +3,6 @@ The system service /etc/sv/soju runs soju as system user _soju.
|
||||
By default, the database will be stored in /var/db/soju/ and logs will be in
|
||||
/var/log/soju/. Both directories are owned by user _soju.
|
||||
|
||||
To initialize the database, make sure you run sojuctl as the _soju user:
|
||||
To initialize the database, make sure you run sojudb as the _soju user:
|
||||
|
||||
$ sudo -u _soju sojuctl -config /etc/soju/config create-user <username> -admin
|
||||
$ sudo -u _soju sojudb -config /etc/soju/config create-user <username> -admin
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'soju'
|
||||
pkgname=soju
|
||||
version=0.8.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="codeberg.org/emersion/soju"
|
||||
go_package="./cmd/... ./contrib/..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user