mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
Ununtu 14.4 upstart does not support timers for recurrent operations. The upstart cookbook suggest a way to mimic this functionality here: http://upstart.ubuntu.com/cookbook/#run-a-job-periodically This patch adds a service that runs the house-keeping daily. Setting it as a service insure that it would start and stop with scylla-server service.