summarylogtreecommitdiffstats
path: root/automatic.service
blob: d79af5553f2b991ef6242f2226c015990b08a4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=RSS downloader that adds torrents directly to Transmission
After=transmission.service

[Service]
Type=simple
User=transmission
ExecStart=/usr/bin/automatic -f
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target