Skip to content

Instantly share code, notes, and snippets.

@samos123
Last active September 7, 2016 14:49
Show Gist options
  • Save samos123/5758962 to your computer and use it in GitHub Desktop.
Save samos123/5758962 to your computer and use it in GitHub Desktop.
Systemd service unit file for CoW climb over the firewall
[Unit]
Description=Automatically start CoW climb over the wall(Great Firewall)
After=network.target
[Service]
Type=simple
ExecStart=/usr/sbin/cow
User=samos
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment