summaryrefslogtreecommitdiff
blob: 4b86320e4791db6a1caa111e2e25dfb2adb8395b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=RSS downloader that adds torrents directly to Transmission

[Service]
Type=simple
User=automatic
ExecStart=/usr/bin/automatic -v 1 -a -l /var/log/automatic/automatic.log -c /etc/automatic.conf
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target