summarylogtreecommitdiffstats
path: root/gogs.service
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.service')
-rw-r--r--gogs.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.service b/gogs.service
index 6ae9398eca6a..06c96155af00 100644
--- a/gogs.service
+++ b/gogs.service
@@ -8,7 +8,7 @@ Type=simple
User=gogs
Group=gogs
Environment=GOGS_WORK_DIR=/srv/gogs USER=gogs HOME=/srv/gogs
-ExecStart=/usr/bin/gogs web --config /etc/gogs/app.ini
+ExecStart=/usr/bin/gogs web
WorkingDirectory=/srv/gogs
Restart=always