summarylogtreecommitdiffstats
path: root/couchbase-server.service
diff options
context:
space:
mode:
authorChristophe Robin2017-05-15 17:41:58 +0900
committerChristophe Robin2017-05-15 17:41:58 +0900
commit550f9593254789fb89059699d38589895dce0c85 (patch)
treed9c92bf27faf018f65a82e1cb7f42675e46965b3 /couchbase-server.service
parent4829cf8f6aa838536cc48ae57fc5f48549b1dd58 (diff)
downloadaur-550f9593254789fb89059699d38589895dce0c85.tar.gz
Update to 4.5.1, fix openssl issue
Diffstat (limited to 'couchbase-server.service')
-rw-r--r--couchbase-server.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/couchbase-server.service b/couchbase-server.service
index c3f57c629816..3c52165ee24b 100644
--- a/couchbase-server.service
+++ b/couchbase-server.service
@@ -11,10 +11,10 @@ Type = forking
PIDFile=/opt/couchbase/var/lib/couchbase/couchbase-server.pid
WorkingDirectory = /opt/couchbase/var/lib/couchbase
LimitNOFILE = 40960
-LimitCORE = unlimited
-LimitMEMLOCK = unlimited
-ExecStart = /opt/couchbase/bin/couchbase-server -noinput -detached > /opt/couchbase/var/lib/couchbase/logs/start.log 2>&1
-ExecStop = /opt/couchbase/bin/couchbase-server -k
+LimitCORE = infinity
+LimitMEMLOCK = infinity
+ExecStart = /opt/couchbase/bin/couchbase-server -- -noinput -detached > /opt/couchbase/var/lib/couchbase/logs/start.log 2>&1
+ExecStop = /opt/couchbase/bin/couchbase-server -- -k
[Install]
WantedBy = multi-user.target