dante.service 346 B

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