Jelajahi Sumber

fix systemd "Trailing garbage, ignoring." warning.

Environment should be a space-separated list instead of comma-separated.
No need for double quoting when the values don't contain spaces.
Martin van Beurden 9 tahun lalu
induk
melakukan
66d7adc3a8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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