1
0
Fork 0
forked from infra/ansible

torrent: remove torrent-web-generate.cron

Signed-off-by: Gregory Bartholomew <gregory.lee.bartholomew@gmail.com>
This commit is contained in:
Gregory Lee Bartholomew 2025-10-30 15:17:09 +00:00 committed by kevin
commit 34d8d38c45
2 changed files with 0 additions and 4 deletions

View file

@ -1,3 +0,0 @@
*/20 * * * * torrent /srv/torrent/torrent-generator/torrent-generator
#*/20 * * * * torrent /srv/torrent/spins-generator/torrent-generator

View file

@ -44,7 +44,6 @@
- { file: opentracker-ipv6.conf, dest: /etc/opentracker/opentracker-ipv6.conf, mode: 644 }
- { file: torrent-httpd.conf, dest: /etc/httpd/conf.d/torrent.conf, mode: 644 }
- { file: spins-httpd.conf, dest: /etc/httpd/conf.d/spins.conf, mode: 644 }
- { file: torrent-web-generate.cron, dest: /etc/cron.d/torrent-web-generate, mode: 644 }
- { file: torrent-hash.cron, dest: /etc/cron.d/torrent-hash.cron, mode: 644 }
- { file: bittorrent.logrotate, dest: /etc/logrotate.d/bittorrent, mode: 644 }
- { file: torrent-data.py, dest: /usr/local/bin/torrent-data.py, mode: 755 }