This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
DeviceAllow=/dev/null rw
-
ExecStart=/usr/sbin/danted
-
ExecStartPre=/bin/sh -c ' uid=`sed -n -e "s/[[:space:]]//g" -e "s/#.*//" -e "/^user\\.privileged/{s/[^:]*://p;q;}" /etc/danted.conf`; if [ -n "$uid" ]; then touch /var/run/danted.pid; chown $uid /var/run/danted.pid; fi '
-
InaccessibleDirectories=/boot /home /media /mnt /opt /root
-
PIDFile=/run/danted.pid
-
PrivateTmp=yes
-
ReadOnlyDirectories=/bin /etc /lib -/lib64 /sbin /usr /var
-
Type=simple
-
-
[Unit]
-
After=network.target
-
Description=SOCKS (v4 and v5) proxy daemon (danted)
-
Documentation=man:danted(8) man:danted.conf(5)
-
Additionnal notes
Nothing here.