From eeeaf2d84c48f43a25291716acf5ab30ca3925e1 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 9 Nov 2023 21:21:23 -0500 Subject: [PATCH] comments --- .github/workflows/builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 65b0788..068eeda 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -84,8 +84,11 @@ jobs: # sudo -u toranon tor -f /etc/tor/torrc --RunAsDaemon 1 # sleep 3 # ps aux | grep tor + ## 'service' not available on Fedora. #service tor start || true #service tor status || true + ## systemd installation in this way does not work. Error message: + ## System has not been booted with systemd as init system (PID 1). Can't operate. systemctl enable tor || true systemctl start tor || true systemctl status tor || true