File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
docs/website/root/manual/getting-started Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,6 @@ RestartSec=60
396396User=cardano
397397EnvironmentFile=/opt/mithril/mithril-signer.env
398398ExecStart=/opt/mithril/mithril-signer -vvv
399- PIDFile=/opt/squid/var/run/squid/squid.pid
400399
401400[Install]
402401WantedBy=multi-user.target
@@ -632,8 +631,6 @@ cache deny all
632631# Deny everything else
633632http_access deny all
634633
635- # Pid file
636- pid_filename /opt/squid/var/run/squid/squid.pid
637634EOF'
638635` ` `
639636
@@ -690,8 +687,6 @@ cache deny all
690687# Deny everything else
691688http_access deny all
692689
693- # Pid file
694- pid_filename /opt/squid/var/run/squid/squid.pid
695690EOF'
696691` ` `
697692
@@ -748,7 +743,7 @@ RestartSec=60
748743User=squid
749744Group=squid
750745ExecStart=/opt/squid/sbin/squid -f /etc/squid/squid.conf
751- PIDFile=/opt/squid/var/run/squid/squid .pid
746+ PIDFile=/opt/squid/var/run/squid.pid
752747
753748[Install]
754749WantedBy=multi-user.target
@@ -788,7 +783,7 @@ tail -f /var/log/syslog | grep squid
788783And monitor squid access logs:
789784
790785` ` ` bash
791- tail -f /opt/squid/var/log/squid/access.log
786+ sudo tail -f /opt/squid/var/log/squid/access.log
792787` ` `
793788
794789# ## Firewall configuration
You can’t perform that action at this time.
0 commit comments