Last active
September 7, 2016 14:49
-
-
Save samos123/5758962 to your computer and use it in GitHub Desktop.
Systemd service unit file for CoW climb over the firewall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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