forked from infra/ansible
gitea: fix service group name
This commit is contained in:
parent
9ac34b1079
commit
ec9b306469
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user