mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
soju: fix wrong command name in README.voidlinux
This commit is contained in:
parent
fefe59c10a
commit
e1bfe0ff6b
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue