cron.d entries should be mode 644.
This commit is contained in:
parent
61a9f16ff9
commit
a25a6cf15d
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
- { 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: 755 }
|
||||
- { file: torrent-hash.cron, dest: /etc/cron.d/torrent-hash.cron, mode: 755 }
|
||||
- { 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 }
|
||||
- { file: torrentjsonstats.py, dest: /usr/local/bin/torrentjsonstats.py, mode: 755 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue