Created
          February 20, 2016 02:28 
        
      - 
      
 - 
        
Save kacchan822/3c195410dbea3beab3fb to your computer and use it in GitHub Desktop.  
    SoftEtherVPN_systemd
  
        
  
    
      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=SoftEther VPN Server | |
| After=network.target network-online.target | |
| [Service] | |
| Type=simple | |
| ExecStart=/usr/local/vpnserver/vpnserver execsvc | |
| ExecReload=/bin/kill -HUP $MAINPID | |
| KillMode=control-group | |
| Restart=on-failure | |
| [Install] | |
| WantedBy=multi-user.target | |
| Alias=vpnserver.service | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Thanks