|
@@ -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/python -O /etc/VPS-MX/protocolos/python.py 80
|
|
|
|
|
+Restart=on-failure
|
|
|
|
|
+
|
|
|
|
|
+[Install]
|
|
|
|
|
+WantedBy=multi-user.target
|