mirror of
https://github.com/squid-cache/squid.git
synced 2025-04-18 22:04:07 +03:00
Fix systemd startup sequence to require active Local Filesystem (#1937)
Squid requires Local Filesystem to be active. While uncommon, it may in some cases be incomplete or delayed. Ensure that the dependency is explicitly listed to prevent failure from Squid early initialization. This change resolves Debian Bug 956581: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956581
This commit is contained in:
parent
0ef767a500
commit
884dcf431f
@ -511,6 +511,7 @@ Thank you!
|
||||
Thomas Zajic <zlatko-github@zlatk0.net>
|
||||
Thomas-Martin Seck <tmseck@netcologne.de>
|
||||
Tianyin Xu <tixu@cs.ucsd.edu>
|
||||
Tilman Heinrich <tilHeinrich@web.de>
|
||||
Tilmann Bubeck <t.bubeck@reinform.de>
|
||||
Tim Brown <squid-cache@machine.org.uk>
|
||||
Tim Starling <tstarling@wikimedia.org>
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Squid Web Proxy Server
|
||||
Documentation=man:squid(8)
|
||||
After=network.target network-online.target nss-lookup.target
|
||||
After=local-fs.target network.target network-online.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
Loading…
x
Reference in New Issue
Block a user