update
This commit is contained in:
parent
102f488b39
commit
818d6bedbb
2 changed files with 22 additions and 0 deletions
12
user/proxy@.service
Normal file
12
user/proxy@.service
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=SOCKS Proxy (%i)
|
||||
After=network-online.target
|
||||
Conflicts=proxy@alice.service proxy@red.service proxy@kermit.service proxy@singsay.service proxy@ministry.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ssh -N proxy-%i
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue