| [Unit] | |
| Description=TLS SNI Proxy | |
| After=network.target | |
| Documentation=man:sniproxy(8) file:///usr/share/doc/sniproxy/ | |
| [Service] | |
| EnvironmentFile=-/etc/default/sniproxy | |
| ExecStart=/usr/sbin/sniproxy -f | |
| ExecReload=/bin/kill -s HUP $MAINPID | |
| KillMode=process | |
| [Install] | |
| WantedBy=multi-user.target |