[DRE-commits] [diaspora-installer] 01/01: start diaspora with restart
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Aug 28 17:35:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora-installer.
commit 98630b121ffe183823f5fd0ce3e017d10b80a1c3
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Aug 28 23:01:48 2015 +0530
start diaspora with restart
---
debian/changelog | 6 ++++++
debian/diaspora-common.init | 1 +
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2c989d3..b8f7472 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+diaspora-installer (0.5.2.0+debian5) UNRELEASED; urgency=medium
+
+ * Start diaspora with restart if not running
+
+ -- Pirate Praveen <praveen at debian.org> Fri, 28 Aug 2015 23:01:01 +0530
+
diaspora-installer (0.5.2.0+debian4) unstable; urgency=medium
* Always remove bin symlink
diff --git a/debian/diaspora-common.init b/debian/diaspora-common.init
index 776520c..8191c41 100644
--- a/debian/diaspora-common.init
+++ b/debian/diaspora-common.init
@@ -157,6 +157,7 @@ case "$1" in
if ! check_eye
then
log_action_msg "Eye not found, Diaspora is DOWN"
+ do_start
else
for i in `check_eye`; do
log_action_msg "Found eye with PID $i"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git
More information about the Pkg-ruby-extras-commits
mailing list