dotfiles

My personal dotfiles
git clone git://pcardensab.com/dotfiles
Log | Files | Refs | Submodules | README

autossh.service (205B)


      1 [Unit]
      2 Description=AutoSSH for VNC and SSH
      3 After=network.target
      4 
      5 [Service]
      6 Environment="AUTOSSH_GATETIME=0"
      7 ExecStart=/usr/bin/autossh -M 0 -NC -L 5900:localhost:5900 -L 2222:localhost:2222 pcardenasb.com