Skip to content

Commit a604909

Browse files
committed
docs: fix make squid service start
1 parent 8d06d0b commit a604909

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/website/root/manual/getting-started/run-signer-node.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ RestartSec=60
396396
User=cardano
397397
EnvironmentFile=/opt/mithril/mithril-signer.env
398398
ExecStart=/opt/mithril/mithril-signer -vvv
399-
PIDFile=/opt/squid/var/run/squid/squid.pid
400399
401400
[Install]
402401
WantedBy=multi-user.target
@@ -632,8 +631,6 @@ cache deny all
632631
# Deny everything else
633632
http_access deny all
634633
635-
# Pid file
636-
pid_filename /opt/squid/var/run/squid/squid.pid
637634
EOF'
638635
```
639636
@@ -690,8 +687,6 @@ cache deny all
690687
# Deny everything else
691688
http_access deny all
692689
693-
# Pid file
694-
pid_filename /opt/squid/var/run/squid/squid.pid
695690
EOF'
696691
```
697692
@@ -748,7 +743,7 @@ RestartSec=60
748743
User=squid
749744
Group=squid
750745
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
752747
753748
[Install]
754749
WantedBy=multi-user.target
@@ -788,7 +783,7 @@ tail -f /var/log/syslog | grep squid
788783
And 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

0 commit comments

Comments
 (0)