|
|
@@ -0,0 +1,16 @@
|
|
|
+[Unit]
|
|
|
+Description=SSH Ssl/Tls Over WebSocket Python
|
|
|
+Documentation=https://google.com
|
|
|
+After=network.target nss-lookup.target
|
|
|
+
|
|
|
+[Service]
|
|
|
+Type=simple
|
|
|
+User=root
|
|
|
+CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
|
|
+AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
|
|
+NoNewPrivileges=true
|
|
|
+ExecStart=/usr/bin/python3 -O /VPN.py 443
|
|
|
+Restart=on-failure
|
|
|
+
|
|
|
+[Install]
|
|
|
+WantedBy=multi-user.target
|