python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / dante / dante.service
blobb783cee38306ef4c69823abe52f9701fc2da6c71
1 [Unit]
2 Description=SOCKS v4 and v5 compatible proxy server and client
3 Requires=network.target
4 After=network.target
6 [Service]
7 Type=forking
8 EnvironmentFile=-/etc/default/dante
9 PIDFile=/run/dante.pid
10 ExecStart=/usr/sbin/sockd -D -p /run/dante.pid $DAEMON_ARGS
11 ExecReload=/bin/kill -HUP $MAINPID
12 Restart=always
14 [Install]
15 WantedBy=multi-user.target