From 6c84223f4305784fd0d13708f623c785d48221e5 Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Wed, 4 Mar 2015 00:59:55 -0500
Subject: scripts: remove meaningless script and modify systemd service

---
 scripts/systemd/gogs.service | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'scripts/systemd')

diff --git a/scripts/systemd/gogs.service b/scripts/systemd/gogs.service
index 1fa0b82a..7436e46a 100644
--- a/scripts/systemd/gogs.service
+++ b/scripts/systemd/gogs.service
@@ -1,5 +1,5 @@
 [Unit]
-Description=Gogs (Go Git Service) server
+Description=Gogs (Go Git Service)
 After=syslog.target
 After=network.target
 #After=mysqld.service
@@ -11,8 +11,10 @@ After=network.target
 Type=simple
 User=git
 Group=git
-ExecStart=/home/git/gogs/gogs/start.sh
 WorkingDirectory=/home/git/gogs
+ExecStart=/home/git/gogs/gogs web
+Restart=always
+Environment="USER=git","HOME=/home/git"
 
 [Install]
 WantedBy=multi-user.target
-- 
cgit v1.2.3