Browse Source

Merge pull request #1262 from chadoe/systemd-env

fix systemd "Trailing garbage, ignoring." warning.
tags/v1.21.12.1
无闻 10 years ago
parent
commit
4ab60bbfba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/systemd/gogs.service

+ 1
- 1
scripts/systemd/gogs.service View File

@@ -14,7 +14,7 @@ Group=git
WorkingDirectory=/home/git/gogs
ExecStart=/home/git/gogs/gogs web
Restart=always
Environment="USER=git","HOME=/home/git"
Environment=USER=git HOME=/home/git

[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save