SSHUTTLE¶ Notify service of the systemd¶ 1 2 3 4 5 6 7 8 9 10[Unit] Description=sshuttle After=network.target [Service] Type=notify ExecStart=/usr/bin/sshuttle --dns --remote <user>@<server> <subnets...> [Install] WantedBy=multi-user.target