X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..b81c03d374f613f7153e3fe9537f3e5a0bbaefad:/cookbooks/planet/recipes/dump.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 86a22d449..dcefd4552 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -21,7 +21,7 @@ node.default[:incron][:planetdump] = { :user => "root", :path => "/store/backup", :events => %w[IN_CREATE IN_MOVED_TO], - :command => "/usr/bin/systemctl start planetdump@$#" + :command => "/bin/systemctl start planetdump@$#" } include_recipe "git"