dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

tor1.service (264B)


      1 [Unit]
      2 Description=tor1
      3 After=network.target
      4 StartLimitIntervalSec=0
      5 [Service]
      6 Type=simple
      7 Restart=always
      8 RestartSec=5
      9 User=debian-tor
     10 WorkingDirectory=/home/dkf/dist
     11 ExecStart=/usr/bin/tor -f /etc/tor/torrc2
     12 LimitNOFILE=65536
     13 
     14 [Install]
     15 WantedBy=multi-user.target