[tor-commits] [metrics-cloud/master] Fixes bug where service does not restart

irl at torproject.org irl at torproject.org
Thu Aug 15 11:52:58 UTC 2019


commit 35372062656dea6990f44e84796ef060e87fa671
Author: Ana Custura <ana at netstat.org.uk>
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



More information about the tor-commits mailing list