Add Torrent auto-config
This commit is contained in:
4
services/torrents/config/99-cron-start
Normal file
4
services/torrents/config/99-cron-start
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/command/with-contenv bash
|
||||
|
||||
chmod +x /bin/set_port.sh
|
||||
(crontab -l ; echo "* * * * * /bin/set_port.sh") | sort - | uniq - | crontab -
|
||||
Reference in New Issue
Block a user