diff options
Diffstat (limited to 'filehooker')
-rw-r--r-- | filehooker/root-image/etc/systemd/system/tor-configure-hidden.service (renamed from filehooker/root-image/etc/systemd/system/tor-announce.service) | 4 | ||||
-rwxr-xr-x | filehooker/root-image/krebs/bin/tor_configure_hidden_service.ship (renamed from filehooker/root-image/krebs/bin/tor_announce.ship) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filehooker/root-image/etc/systemd/system/tor-announce.service b/filehooker/root-image/etc/systemd/system/tor-configure-hidden.service index 818a5c4c..c9b8f20f 100644 --- a/filehooker/root-image/etc/systemd/system/tor-announce.service +++ b/filehooker/root-image/etc/systemd/system/tor-configure-hidden.service @@ -1,11 +1,11 @@ [Unit] Description=Announce Tor Hidden Address -After=network.target +After=network.target nss-lookup.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/krebs/bin/tor_announce.ship +ExecStart=/krebs/bin/tor_configure_hidden_service.ship [Install] WantedBy=multi-user.target diff --git a/filehooker/root-image/krebs/bin/tor_announce.ship b/filehooker/root-image/krebs/bin/tor_configure_hidden_service.ship index ec4f33b6..ec4f33b6 100755 --- a/filehooker/root-image/krebs/bin/tor_announce.ship +++ b/filehooker/root-image/krebs/bin/tor_configure_hidden_service.ship |