xref: /OK3568_Linux_fs/buildroot/package/dante/dante.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun[Unit]
2*4882a593SmuzhiyunDescription=SOCKS v4 and v5 compatible proxy server and client
3*4882a593SmuzhiyunRequires=network.target
4*4882a593SmuzhiyunAfter=network.target
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun[Service]
7*4882a593SmuzhiyunType=forking
8*4882a593SmuzhiyunEnvironmentFile=-/etc/default/dante
9*4882a593SmuzhiyunPIDFile=/run/dante.pid
10*4882a593SmuzhiyunExecStart=/usr/sbin/sockd -D -p /run/dante.pid $DAEMON_ARGS
11*4882a593SmuzhiyunExecReload=/bin/kill -HUP $MAINPID
12*4882a593SmuzhiyunRestart=always
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun[Install]
15*4882a593SmuzhiyunWantedBy=multi-user.target
16