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=Keeps a tunnel to 'remote.example.com' open | |
After=network-online.target | |
[Service] | |
User=tunel | |
#ISTALLL | |
# sudo mv autossh.service /etc/systemd/system/ | |
# sudo systemctl enable autossh.service | |
# sudo apt install autossh |