summarylogtreecommitdiffstats
path: root/gogs.service
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.service')
-rw-r--r--gogs.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/gogs.service b/gogs.service
deleted file mode 100644
index 6c6e846e04f3..000000000000
--- a/gogs.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Gogs (Go Git Service) server
-After=syslog.target
-After=network.target
-
-[Service]
-Type=simple
-User=gogs
-Group=gogs
-ExecStart=/usr/share/gogs/gogs web --config /srv/gogs/conf/app.ini
-WorkingDirectory=/srv/gogs/
-
-[Install]
-WantedBy=multi-user.target