Browse Source

Merge pull request #1262 from chadoe/systemd-env

fix systemd "Trailing garbage, ignoring." warning.
无闻 9 năm trước cách đây
mục cha
commit
4ab60bbfba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/systemd/gogs.service

+ 1 - 1
scripts/systemd/gogs.service

@@ -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