Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/hgweb/files/hgweb.service

Issue 29370651: Issue 3065 - Make hgweb work with jessie (Closed)
Patch Set: Fix file uploaded by mistake Created Jan. 4, 2017, 5:15 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/hgweb/manifests/init.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [Unit]
2 Description=hgwebdir
3 Wants=nginx.service
4 Before=nginx.service
5
6 [Service]
7 Type=forking
8 ExecStart=/usr/bin/spawn-fcgi -s /var/run/hgweb.sock -u www-data -P /var/run/hgw eb.pid -- /opt/hgweb.fcgi
9 PIDFile=/var/run/hgweb.pid
10
11 [Install]
12 WantedBy=multi-user.target
13
OLDNEW
« no previous file with comments | « no previous file | modules/hgweb/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld