You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/05/15 18:14:14 UTC

[couchdb-pkg] branch master updated: Restart=always for systemd

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

The following commit(s) were added to refs/heads/master by this push:
       new  01e9ec2   Restart=always for systemd
01e9ec2 is described below

commit 01e9ec285b6dd32f10286fa4352e57beee0ee2b3
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Mon May 15 14:13:45 2017 -0400

    Restart=always for systemd
---
 debian/couchdb.service      | 2 +-
 rpm/SOURCES/couchdb.service | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/couchdb.service b/debian/couchdb.service
index 4b882bc..84a05e8 100644
--- a/debian/couchdb.service
+++ b/debian/couchdb.service
@@ -8,7 +8,7 @@ RuntimeDirectory=couchdb
 User=couchdb
 Group=couchdb
 ExecStart=/opt/couchdb/bin/couchdb
-Restart=on-failure
+Restart=always
 
 [Install]
 WantedBy=multi-user.target
diff --git a/rpm/SOURCES/couchdb.service b/rpm/SOURCES/couchdb.service
index 4b882bc..84a05e8 100644
--- a/rpm/SOURCES/couchdb.service
+++ b/rpm/SOURCES/couchdb.service
@@ -8,7 +8,7 @@ RuntimeDirectory=couchdb
 User=couchdb
 Group=couchdb
 ExecStart=/opt/couchdb/bin/couchdb
-Restart=on-failure
+Restart=always
 
 [Install]
 WantedBy=multi-user.target

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].