From 67b029d0efbd7ddf37d9a83c448e1fe043ac021d Mon Sep 17 00:00:00 2001 From: bluecell296 <43343391+openoms@users.noreply.github.com> Date: Thu, 11 Jul 2019 16:12:05 +0100 Subject: [PATCH] fix certbot.service description --- electrs/3_Nginx_and_Certbot_for_SSL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrs/3_Nginx_and_Certbot_for_SSL.sh b/electrs/3_Nginx_and_Certbot_for_SSL.sh index 7def01f..741f433 100644 --- a/electrs/3_Nginx_and_Certbot_for_SSL.sh +++ b/electrs/3_Nginx_and_Certbot_for_SSL.sh @@ -1,5 +1,5 @@ # A script to set up the Electrum Server in Rust on the RaspiBlitz to connect over SSL to Eclair and Electrum wallet -# Sets up the automatic start of electrs and nginx and certbot +# Sets up the automatic start of nginx and certbot # To download and run: # $ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/electrs/3_Nginx_and_Certbot_for_SSL.sh && bash 3_Nginx_and_Certbot_for_SSL.sh @@ -65,7 +65,7 @@ WantedBy=timers.target echo " [Unit] -Description=Electrs +Description=Certbot-auto renewal service After=bitcoind.service [Service]