| 1234567891011121314 |
- 12,15c12,15
- < User=git
- < Group=git
- < WorkingDirectory=/home/git/gogs
- < ExecStart=/home/git/gogs/gogs web
- ---
- > User=gogs
- > Group=gogs
- > WorkingDirectory=/srv/gogs/
- > ExecStart=/usr/share/gogs/gogs web --config /srv/gogs/conf/app.ini
- 17c17
- < Environment=USER=git HOME=/home/git
- ---
- > Environment=USER=gogs HOME=/home/gogs
|