Skip to content

Commit db544d2

Browse files
author
Gabriel Loewen
authored
Update README.md
1 parent 24c6e82 commit db544d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ 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

5757
description "CIMetrics Aggregator Service"
58-
author "Gabriel Loewen &lt;gabloe@microsoft.com&rt;"
58+
author "Gabriel Loewen <gabloe@microsoft.com>"
5959

6060
start on runlevel [234]
6161
stop on runlevel [0156]
6262

63-
exec &lt;SOURCE ROOT&rt;/openstack_stats/aggregatorService.py
63+
exec <SOURCE ROOT>/openstack_stats/aggregatorService.py
6464
#respawn
6565

6666
<br />

0 commit comments

Comments
 (0)