You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torrent-paradise/crawl-rss/crawlrss.service

14 lines
284 B
INI

[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