gitea: fix service group name

This commit is contained in:
Markus 2024-02-06 17:42:36 +01:00
parent 9ac34b1079
commit ec9b306469
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Requires=postgresql.service
RestartSec=2s
Type=simple
User={{ gitea_user }}
Group={{ gitea_user }}
Group={{ gitea_group }}
WorkingDirectory=/opt/gitea/
ExecStart=/opt/gitea/gitea web
Restart=always