mirror of
https://github.com/urbanguacamole/torrent-paradise.git
synced 2022-02-03 00:44:15 +03:00
I still miss most of the trending torrents because I source new torrents mainly from the DHT.
14 lines
284 B
Desktop File
14 lines
284 B
Desktop File
[Unit]
|
|
Description=Automatic crawl of new torrent feeds. Also automatically refreshes the index every hour.
|
|
Requires=postgresql
|
|
|
|
[Service]
|
|
User=nextgen
|
|
WorkingDirectory=/home/nextgen
|
|
ExecStart=/home/nextgen/crawl-rss
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|