Skip to content

Commit fff112b

Browse files
author
Gabriel Loewen
authored
Update README.md
1 parent a3f77d4 commit fff112b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ And,<br />
5454
Step 7:<br />
5555
The service that actually queries Gerrit and saves the resultant data into the database is found in <code>aggregatorService.py</code>. This service must be started manually, or set to autorun on boot. You can use the following upstart config, or write your own config for your init daemon of choice.<br />
5656
<code>
57-
description "CIMetrics Aggregator Service"
58-
author "Gabriel Loewen `<`gabloe@microsoft.com`>`"
57+
description "CIMetrics Aggregator Service"
58+
author "Gabriel Loewen &lt;gabloe@microsoft.com&rt;"
5959

60-
start on runlevel [234]
61-
stop on runlevel [0156]
60+
start on runlevel [234]
61+
stop on runlevel [0156]
6262

63-
exec `<`SOURCE ROOT`>`/openstack_stats/aggregatorService.py
64-
#respawn
63+
exec &lt;SOURCE ROOT&rt;/openstack_stats/aggregatorService.py
64+
#respawn
6565
</code>
6666
<br />
6767

0 commit comments

Comments
 (0)