Skip to content
Snippets Groups Projects
Commit a89cc747 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Debian: bump tarantool-common dependency

Force tarantool-common upgrade to support systemd notifications.

+ Add missing "s" suffix to TimeoutStartSec= option.

See #1923
parent 2f8e0204
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ Package: tarantool
Architecture: i386 amd64 armhf arm64
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, binutils, libgomp1,
libyaml-0-2, openssl, tarantool-common (>= 1.7.3.353)
libyaml-0-2, openssl, tarantool-common (>= 1.7.3.716)
Replaces: tarantool-lts
Conflicts: tarantool-lts-modules,
tarantool-lts-postgresql-module,
......
......@@ -54,7 +54,7 @@ ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/tarantoolctl stop %I
PIDFile=@TARANTOOL_RUNDIR@/%I.pid
# Systemd waits until all xlogs are recovered
TimeoutStartSec=86400
TimeoutStartSec=86400s
# Give a reasonable amount of time to close xlogs
TimeoutStopSec=10s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment