upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / sshuttle / repos / community-any / sshuttle.service
blob34ead09ef7c5adaccf8405e3ea907ebaf7d4191e
1 [Unit]
2 Description=Create a transparent proxy over SSH
3 After=network-online.target
5 [Service]
6 Type=notify
7 NotifyAccess=all
8 ExecStart=/usr/bin/sshuttle --dns --listen 0.0.0.0 --remote sshuttle_tunnel -s /etc/sshuttle/prefixes.conf -e "ssh -F /etc/sshuttle/tunnel.conf"
10 [Install]
11 WantedBy=multi-user.target