blob: 33ff5b5431ed836a7e7d407f63b085c5f029ad91 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=SSH and HTTPS switcher
After=network.target
[Service]
ExecStart=/usr/bin/switcher --listen :443 --ssh 127.0.0.1:22 --default 127.0.0.1:4433
[Install]
WantedBy=multi-user.target
|