: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"
pbzip2
php-cli
php-curl
+ mktorrent
+ xmlstarlet
+ libxml2-utils
]
directory "/opt/planet-dump-ng" do
git "/opt/planet-dump-ng" do
action :sync
repository "https://github.com/zerebubuth/planet-dump-ng.git"
- revision "v1.1.8"
+ revision "v1.2.6"
depth 1
user "root"
group "root"
exec_start "/usr/local/bin/planetdump %i"
memory_max "64G"
private_tmp true
- private_devices true
- private_network true
- protect_system "full"
+ protect_system "strict"
protect_home true
- no_new_privileges true
+ read_write_paths ["/var/log/exim4", "/var/spool/exim4"]
end
cron_d "planet-dump-mirror" do