This commit is contained in:
pycat 2017-05-05 11:28:21 +03:00 committed by James Valleroy
parent 307f4876ff
commit 6f14f20ef1
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ from plinth import cfg
from plinth import frontpage
from plinth import service as service_module
from plinth.views import ServiceView
version = 2
depends = ['apps']

View File

@ -49,7 +49,7 @@ description = [
'<a href=\'/restore/\'>reStore web-interface</a>.')
]
reserved_usernames = ['node-restores']
reserved_usernames = ['node-restore']
service = None