1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Add liacs proxy service.

This commit is contained in:
Bert Peters
2016-06-15 14:41:49 +02:00
parent 1f28c84519
commit 9fe937d764
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=SOCKS proxy to the liacs network
[Service]
Type=simple
ExecStart=/usr/bin/ssh -N -D 12345 gold.liacs.nl
Restart=on-failure
[Install]
WantedBy=default.target