You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
297 B
14 lines
297 B
4 years ago
|
# /etc/systemd/system/baidu_proxy.service
|
||
|
[Unit]
|
||
|
Description=proxy for api.map.baidu.com and so on
|
||
|
After=syslog.target network.target
|
||
|
Wants=network.target
|
||
|
Requires=ssh_proxy.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/baiduproxy/antiy 0.0.0.0:7999
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|