torghost icon indicating copy to clipboard operation
torghost copied to clipboard

Running Torghost as service on boot

Open BrunoMCBraga opened this issue 4 years ago • 2 comments

Hey guys

Is it possible to run this as a service? I have tried to create a systemd service like so: Screenshot 2020-02-28 at 17 01 12

Screenshot 2020-02-28 at 17 18 09 Screenshot 2020-02-28 at 17 18 23

However it does not work properly. It fails to start property. Any possibility of turning this into a service?

Thanks

BrunoMCBraga avatar Feb 28 '20 16:02 BrunoMCBraga

make a bash script and place it in init.d then source it. #!bin/bash sudo torghost --start

dbstreif avatar Jun 14 '20 23:06 dbstreif

transforming it into a service is just more complicated in my opinion. I have used my method for so many things, including making scripts that change the time based on location.

dbstreif avatar Jun 14 '20 23:06 dbstreif