diff --git a/etc/systemd/system/tor-client.service b/etc/systemd/system/tor-client.service index a4e0f5b2..58ef2d24 100644 --- a/etc/systemd/system/tor-client.service +++ b/etc/systemd/system/tor-client.service @@ -4,6 +4,7 @@ After=network.target [Service] ExecStart=/usr/bin/tor -f /etc/tor/torrc-client +ExecReload=/bin/kill -HUP $MAINPID Restart=always User=debian-tor diff --git a/etc/systemd/system/tor-onehoponion.service b/etc/systemd/system/tor-onehoponion.service index 876b3c5f..bdd7e456 100644 --- a/etc/systemd/system/tor-onehoponion.service +++ b/etc/systemd/system/tor-onehoponion.service @@ -4,6 +4,7 @@ After=network.target [Service] ExecStart=/usr/bin/tor -f /etc/tor/torrc-onehoponion +ExecReload=/bin/kill -HUP $MAINPID Restart=always User=debian-tor