ws-openssh.service 379 B

1234567891011121314151617
  1. [Unit]
  2. Description=Websocket-OpenSSH By SL
  3. Documentation=https://google.com
  4. After=network.target nss-lookup.target
  5. [Service]
  6. Type=simple
  7. User=root
  8. CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
  9. AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
  10. NoNewPrivileges=true
  11. ExecStart=/usr/bin/python -O /usr/local/bin/ws-openssh 100
  12. [Install]
  13. WantedBy=multi-user.target