diff options
Diffstat (limited to 'roles/git/files/lib/systemd/system/gitweb.service')
-rw-r--r-- | roles/git/files/lib/systemd/system/gitweb.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/git/files/lib/systemd/system/gitweb.service b/roles/git/files/lib/systemd/system/gitweb.service index a0f7a96..05821ce 100644 --- a/roles/git/files/lib/systemd/system/gitweb.service +++ b/roles/git/files/lib/systemd/system/gitweb.service @@ -1,13 +1,14 @@ [Unit] Description=Gitweb Service After=network.target Requires=gitweb.socket [Service] StandardInput=socket User=gitweb Group=gitweb -ExecStart=/usr/lib/cgi-bin/gitweb.fcgi +Environment=SCRIPT_FILENAME=/usr/lib/cgi-bin/gitweb-wrapper.fcgi +ExecStart=/usr/lib/cgi-bin/gitweb-wrapper.fcgi [Install] WantedBy=multi-user.target |