summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/automatic/files/automatic.service')
-rw-r--r--net-p2p/automatic/files/automatic.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/automatic/files/automatic.service b/net-p2p/automatic/files/automatic.service
new file mode 100644
index 000000000000..4b86320e4791
--- /dev/null
+++ b/net-p2p/automatic/files/automatic.service
@@ -0,0 +1,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