From 6cd6c299d4cece06a825093209169531d2a4f5f0 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 6 Jul 2016 13:18:48 +0200 Subject: [PATCH] Make LIACS proxy less aggressive. --- systemd/.config/systemd/user/liacs-proxy.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/.config/systemd/user/liacs-proxy.service b/systemd/.config/systemd/user/liacs-proxy.service index 2651cea..8d63017 100644 --- a/systemd/.config/systemd/user/liacs-proxy.service +++ b/systemd/.config/systemd/user/liacs-proxy.service @@ -3,8 +3,8 @@ Description=SOCKS proxy to the liacs network [Service] Type=simple -ExecStart=/usr/bin/ssh -N -D 12345 gold.liacs.nl -Restart=on-failure +ExecStart=/usr/bin/ssh -v -N -D 12345 gold.liacs.nl +Restart=no [Install] WantedBy=default.target