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

Debian: explicitly disable systemd

Debian tries to use sysvinit alongside systemd.
We are not ready for such mixed configuration yet.
See https://github.com/tarantool/tarantool/issues/1291
parent 1498247a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DENABLE_BUNDLED_LIBYAML=OFF \
-DENABLE_DIST=ON
-DENABLE_DIST=ON \
-DWITH_SYSVINIT=ON \
-DWITH_SYSTEMD=OFF
DEB_DH_INSTALLINIT_ARGS := --name=tarantool
......
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