diff --git a/conf/systemd.service b/conf/systemd.service index df646e1..0f08a9d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -16,7 +16,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=/home/__APP__ -ExecStart=__FINAL_PATH__/gogs web +ExecStart=/var/www/gogs/gogs web Restart=always Environment=USER=__APP__ HOME=/home/__APP__