From 8a1d0b8d29d1e2a1b8483dcc119e4c8101d616e9 Mon Sep 17 00:00:00 2001 From: noisykeyboard Date: Sat, 2 Jan 2016 00:08:00 -0500 Subject: [PATCH] Updated systemd service file --- scripts/systemd/gogs.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/systemd/gogs.service b/scripts/systemd/gogs.service index 95567eaa9..e07eba991 100644 --- a/scripts/systemd/gogs.service +++ b/scripts/systemd/gogs.service @@ -12,7 +12,7 @@ Type=simple User=git Group=git WorkingDirectory=/home/git/gogs -ExecStart=/home/git/gogs/gogs web +ExecStart=/home/git/gogs/gogs run web Restart=always Environment=USER=git HOME=/home/git