Powershell
Posts: 44
Joined: Fri Apr 08, 2016 10:24 am

Delayed start for Tor

Sat Dec 24, 2016 9:56 am

Hi everybody!

I'm running tor on Pi 3 to access ssh via hidden service.

Sometimes its malfunctioning because apparently tor daemon is started before ntp sets the clock.

Is there a way to delay its booting by a minute or two?

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Delayed start for Tor

Sat Dec 24, 2016 2:01 pm

Update the systemd service file for it with

Code: Select all

After=ntp.service
and it will wait for ntp to start.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Troubleshooting”