You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vpnns-ns.service 244B

1234567891011121314
  1. [Unit]
  2. Description=VPN Namespace Isolation
  3. After=network.target
  4. [Service]
  5. Type=oneshot
  6. RemainAfterExit=yes
  7. ExecStart=/opt/vpnwrap/nsctl.sh enable
  8. ExecStop=/opt/vpnwrap/nsctl.sh disable
  9. Restart=on-failure
  10. [Install]
  11. WantedBy=multi-user.target