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
396
396
User=cardano
397
397
EnvironmentFile=/opt/mithril/mithril-signer.env
398
398
ExecStart=/opt/mithril/mithril-signer -vvv
399
- PIDFile=/opt/squid/var/run/squid/squid.pid
400
399
401
400
[Install]
402
401
WantedBy=multi-user.target
@@ -632,8 +631,6 @@ cache deny all
632
631
# Deny everything else
633
632
http_access deny all
634
633
635
- # Pid file
636
- pid_filename /opt/squid/var/run/squid/squid.pid
637
634
EOF'
638
635
` ` `
639
636
@@ -690,8 +687,6 @@ cache deny all
690
687
# Deny everything else
691
688
http_access deny all
692
689
693
- # Pid file
694
- pid_filename /opt/squid/var/run/squid/squid.pid
695
690
EOF'
696
691
` ` `
697
692
@@ -748,7 +743,7 @@ RestartSec=60
748
743
User=squid
749
744
Group=squid
750
745
ExecStart=/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
752
747
753
748
[Install]
754
749
WantedBy=multi-user.target
@@ -788,7 +783,7 @@ tail -f /var/log/syslog | grep squid
788
783
And monitor squid access logs:
789
784
790
785
` ` ` bash
791
- tail -f /opt/squid/var/log/squid/access.log
786
+ sudo tail -f /opt/squid/var/log/squid/access.log
792
787
` ` `
793
788
794
789
# ## Firewall configuration
You can’t perform that action at this time.
0 commit comments