Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Create systemd service #106

@scottbarnesg

Description

@scottbarnesg

Having the ability to run/enable torghost as a systemd service would significantly improve torghost as an opsec tool. This would mean we can have tor connectivity from system init (boot) and check its status at any time.

Outcome would allow the following systemd commands:

systemctl start torghost -> equivalent to torghost -s
systemctl stop torghost -> equivalent to torghost -x
systemctl enable torghost -> equivalent to running torghost -s at system init (boot)
systemctl status torghost -> standard service status

I'm happy to work this if this is something you're interested in adding to the project @SusmithKrishnan. I could probably have something working in the next few weeks.

This is an expansion on issue #66 (which I would argue is an incomplete workaround).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions