Skip to content

Instantly share code, notes, and snippets.

View afzouni's full-sized avatar

Seyed Mustafa Afzouni afzouni

View GitHub Profile
@afzouni
afzouni / oc
Created December 9, 2018 08:28 — forked from rtgibbons/oc
Openconnect init script
#! /bin/bash
### BEGIN INIT INFO
# Provides: openconnect
# Required-Start: $local_fs $remote_fs $network
# Required-Stop: $local_fs $remote_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Basic script to connect to a SSL VPN using Openconnect
### END INIT INFO