updated gitea state
This commit is contained in:
parent
9d25a7ffc1
commit
32c6ad1ab0
@ -1,6 +1,7 @@
|
||||
---
|
||||
gitea:
|
||||
workingdir: /var/lib/gitea
|
||||
binfile: /var/lib/gitea/gitea
|
||||
configfile: /var/lib/gitea/custom/conf/app.ini
|
||||
user: git
|
||||
group: git
|
||||
|
@ -10,7 +10,7 @@ Type=simple
|
||||
User={{ gitea.user }}
|
||||
Group={{ gitea.user }}
|
||||
WorkingDirectory={{ gitea.workingdir }}
|
||||
ExecStart={{ gitea.workingdir }}/gitea web
|
||||
ExecStart={{ gitea.binfile }} -w {{ gitea.workingdir }} web
|
||||
Restart=always
|
||||
Environment=USER={{ gitea.user }} HOME={{ gitea.workingdir }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user