New comment by flupe on void-packages repository https://github.com/void-linux/void-packages/pull/33302#issuecomment-933731857 Comment: @Duncaen > This should use a separate user, there is no reason to run an irc bouncer as root. I completely agree with this statement. My only gripe was that the database is only created when running `sojuctl`: ``` sojuctl -config /etc/soju/config create-user username -admin ``` And users would have to make sure it is ran as `_soju` so that the service can read it. Is there a way to document this? Also, is there a naming convention for system users on void, why `_soju` rather than `soju`? > I also switched the log and database directories, not sure if this would make sense: Yes, makes a lot of sense. On it.