Left: | ||
Right: |
OLD | NEW |
---|---|
(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 | |
OLD | NEW |