summaryrefslogtreecommitdiff
path: root/roles/skillz/torrent/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-10 00:10:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-10 00:10:28 +0200
commit095036d417e01054870ab6f6a991c7a2afd970c2 (patch)
tree7e7f99782d6c7e354b951299cd7927474e35f843 /roles/skillz/torrent/handlers
parentadded host sk-torrent (diff)
sk-torrent role
Diffstat (limited to 'roles/skillz/torrent/handlers')
-rw-r--r--roles/skillz/torrent/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/skillz/torrent/handlers/main.yml b/roles/skillz/torrent/handlers/main.yml
new file mode 100644
index 00000000..6af22e00
--- /dev/null
+++ b/roles/skillz/torrent/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: reload transmission-daemon
+ systemd:
+ name: transmission-daemon.service
+ state: reloaded