You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2016/06/12 11:35:55 UTC

[3/3] aurora-packaging git commit: Update centos test README.md according to package changes in a665227

Update centos test README.md according to package changes in a665227


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/b4f1a452
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/b4f1a452
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/b4f1a452

Branch: refs/heads/master
Commit: b4f1a452954bc6ff324e5d88ec835a2d4f576a18
Parents: 99a866d
Author: Stephan Erb <se...@apache.org>
Authored: Sun Jun 12 13:32:09 2016 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Sun Jun 12 13:32:09 2016 +0200

----------------------------------------------------------------------
 test/rpm/centos-7/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/b4f1a452/test/rpm/centos-7/README.md
----------------------------------------------------------------------
diff --git a/test/rpm/centos-7/README.md b/test/rpm/centos-7/README.md
index eba2e6f..5fa398b 100644
--- a/test/rpm/centos-7/README.md
+++ b/test/rpm/centos-7/README.md
@@ -37,8 +37,8 @@ for installing released packages or release candidate packages.
 
     sudo -u aurora mkdir -p /var/lib/aurora/scheduler/db
     sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db
-    sudo systemctl start aurora
-    sudo systemctl start thermos-observer
+    sudo systemctl start aurora-scheduler
+    sudo systemctl start thermos
 
 ## Create a job
 
@@ -54,5 +54,5 @@ for installing released packages or release candidate packages.
 ## Troubleshooting
 
 * Mesos: `/var/log/mesos`
-* Aurora scheduler: `sudo journalctl -u aurora`
-* Aurora observer: `sudo journalctl -u thermos-observer`
+* Aurora scheduler: `sudo journalctl -u aurora-scheduler`
+* Aurora observer: `sudo journalctl -u thermos`