From d54b633fa363f4c04c77369b1add4c9120dbbba0 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 19 Mar 2014 12:23:31 +0100 Subject: filehooker: tor is only configured, not published --- filehooker/root-image/etc/systemd/system/tor-announce.service | 11 ----------- .../etc/systemd/system/tor-configure-hidden.service | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 filehooker/root-image/etc/systemd/system/tor-announce.service create mode 100644 filehooker/root-image/etc/systemd/system/tor-configure-hidden.service (limited to 'filehooker/root-image/etc/systemd') diff --git a/filehooker/root-image/etc/systemd/system/tor-announce.service b/filehooker/root-image/etc/systemd/system/tor-announce.service deleted file mode 100644 index 818a5c4c..00000000 --- a/filehooker/root-image/etc/systemd/system/tor-announce.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Announce Tor Hidden Address -After=network.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/krebs/bin/tor_announce.ship - -[Install] -WantedBy=multi-user.target diff --git a/filehooker/root-image/etc/systemd/system/tor-configure-hidden.service b/filehooker/root-image/etc/systemd/system/tor-configure-hidden.service new file mode 100644 index 00000000..c9b8f20f --- /dev/null +++ b/filehooker/root-image/etc/systemd/system/tor-configure-hidden.service @@ -0,0 +1,11 @@ +[Unit] +Description=Announce Tor Hidden Address +After=network.target nss-lookup.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/krebs/bin/tor_configure_hidden_service.ship + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3