Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(60)

Unified Diff: DB/utils/restart.sh

Issue 335100043: DB with histogram
Patch Set: DB Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DB/utils/restart.php ('k') | DB/utils/runas.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DB/utils/restart.sh
diff --git a/DB/utils/restart.sh b/DB/utils/restart.sh
new file mode 100755
index 0000000000000000000000000000000000000000..e9c539eb1f2d090c0fd76a6b8be8dfd1903a1bf4
--- /dev/null
+++ b/DB/utils/restart.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+#restart services (we have to have root privileges to do that)
+#restart memcached and daemon_db
+service memcached restart > outError.txt 2>&1
+service daemon_db restart >> outError.txt 2>&1
+
« no previous file with comments | « DB/utils/restart.php ('k') | DB/utils/runas.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b