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
|
RestartSec=2s
|
||||||
Type=simple
|
Type=simple
|
||||||
User={{ gitea_user }}
|
User={{ gitea_user }}
|
||||||
Group={{ gitea_user }}
|
Group={{ gitea_group }}
|
||||||
WorkingDirectory=/opt/gitea/
|
WorkingDirectory=/opt/gitea/
|
||||||
ExecStart=/opt/gitea/gitea web
|
ExecStart=/opt/gitea/gitea web
|
||||||
Restart=always
|
Restart=always
|
||||||
|
Loading…
Reference in New Issue
Block a user