[tor-bugs] #31693 [Applications/GetTor]: Have GetTor start automatically when machine reboots

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Sep 10 23:11:20 UTC 2019


#31693: Have GetTor start automatically when machine reboots
-------------------------------------+--------------------
     Reporter:  phw                  |      Owner:  (none)
         Type:  defect               |     Status:  new
     Priority:  Very High            |  Milestone:
    Component:  Applications/GetTor  |    Version:
     Severity:  Critical             |   Keywords:
Actual Points:                       |  Parent ID:
       Points:  0.1                  |   Reviewer:
      Sponsor:                       |
-------------------------------------+--------------------
 Getulum last rebooted on 2019-09-07 at 20:02:55 UTC. After the machine
 came back online, GetTor didn't start again and it has been offline for
 the last three days. We really need systemd (or whatever) to start the
 service automatically. Let's set this up as a user-level service as
 described here: https://help.torproject.org/tsa/doc/services/

 Here's a possible gettor.service file:
 {{{
 [Unit]
 Description=GetTor distributes links to Tor Browser over email.
 Wants=network-online.target
 After=network-online.target

 [Service]
 Type=simple
 ExecStart=/home/gettor/gettor/bin/gettor_service start

 [Install]
 WantedBy=multi-user.target
 }}}

 I believe that we still need a sysadmin to run `loginctl enable-linger
 gettor` to enable lingering services for the gettor user: see the section
 "sysadmin stuff" in https://help.torproject.org/tsa/doc/services/

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31693>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list