1[Unit] 2Description=SOCKS v4 and v5 compatible proxy server and client 3Requires=network.target 4After=network.target 5 6[Service] 7Type=forking 8EnvironmentFile=-/etc/default/dante 9PIDFile=/run/dante.pid 10ExecStart=/usr/sbin/sockd -D -p /run/dante.pid $DAEMON_ARGS 11ExecReload=/bin/kill -HUP $MAINPID 12Restart=always 13 14[Install] 15WantedBy=multi-user.target 16