From 732fd8486f05308742879802934f860902bb0bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 30 Dec 2018 12:15:53 +0100 Subject: [PATCH] Arret de transmission --- softwares/seedboxp2p.sls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/softwares/seedboxp2p.sls b/softwares/seedboxp2p.sls index 6160d2c..15b3529 100644 --- a/softwares/seedboxp2p.sls +++ b/softwares/seedboxp2p.sls @@ -6,4 +6,9 @@ Installons les packages Transmission: - transmission - transmission-daemon +Stoppons le daemon transmission: + service.dead: + - name: transmission-daemon + - enable: True + {% endif %}