mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Unlike CentOS/Fedora, scylla_io_setup is calling from pre-start section of scylla-server upstart job, not from separated job. This is because Upstart does not provide same behavior as After / Requires directives on systemd. Fixes #954. Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1456825805-4195-1-git-send-email-syuu@scylladb.com>