commit 35372062656dea6990f44e84796ef060e87fa671
Author: Ana Custura <[email protected]>
Date:   Wed Aug 14 14:07:15 2019 +0100

    Fixes bug where service does not restart
---
 ansible/roles/onionperf/handlers/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/onionperf/handlers/main.yml 
b/ansible/roles/onionperf/handlers/main.yml
index d6e227b..2ad9c14 100644
--- a/ansible/roles/onionperf/handlers/main.yml
+++ b/ansible/roles/onionperf/handlers/main.yml
@@ -1,4 +1,4 @@
 ---
 - name: restart onionperf
-  systemd: state=started name=onionperf daemon_reload=yes
+  systemd: state=restarted name=onionperf daemon_reload=yes
   become: true

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to