summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/dnbd3/etc/systemd/system/dnbd3-master-proxy.service
blob: 332f64d46ac4aca67a33db27bdb0b2efed58e207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=SSL Proxy for DNBD3 on bwLehrpool Master-Server

[Service]
User=nobody
ExecStart=/usr/bin/socat tcp-listen:5005,bind=127.0.0.1,fork,reuseaddr openssl-connect:bwlp-masterserver.ruf.uni-freiburg.de:5006,capath=/etc/ssl/certs/
Restart=always

[Install]
WantedBy=multi-user.target