syncthing: Update description to mention 'syncthing' group

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-03-27 15:42:26 -07:00 committed by James Valleroy
parent ec8702f848
commit 8cae5af622
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -34,7 +34,8 @@ _description = [
'instance of Syncthing that may be used by multiple users. Each '
'user\'s set of devices may be synchronized with a distinct set of '
'folders. The web interface on {box_name} is only available for '
'users belonging to the "admin" group.'), box_name=_(cfg.box_name)),
'users belonging to the "admin" or "syncthing" group.'),
box_name=_(cfg.box_name)),
]
app = None