mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Change service status hack for postgresql, 11 -> 13
This commit is contained in:
parent
653d7e8127
commit
82812bac2f
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ def _get_services():
|
|||
if "postgresql" in services:
|
||||
if "description" in services["postgresql"]:
|
||||
del services["postgresql"]["description"]
|
||||
services["postgresql"]["actual_systemd_service"] = "postgresql@11-main"
|
||||
services["postgresql"]["actual_systemd_service"] = "postgresql@13-main"
|
||||
|
||||
return services
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue