mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
squid: fix systemd unit file location
squid.service is in tools/systemd/, not in tools/. Fixes: http://autobuild.buildroot.net/results/cec/cecb968172cb00281e439566e5ae154538435a51/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e6884604ea
commit
e911e95df4
@ -90,7 +90,7 @@ define SQUID_INSTALL_INIT_SYSV
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define SQUID_INSTALL_INIT_SYSTEMD
|
define SQUID_INSTALL_INIT_SYSTEMD
|
||||||
$(INSTALL) -D -m 0644 $(@D)/tools/squid.service \
|
$(INSTALL) -D -m 0644 $(@D)/tools/systemd/squid.service \
|
||||||
$(TARGET_DIR)/usr/lib/systemd/system/squid.service
|
$(TARGET_DIR)/usr/lib/systemd/system/squid.service
|
||||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||||
ln -sf ../../../..//usr/lib/systemd/system/squid.service \
|
ln -sf ../../../..//usr/lib/systemd/system/squid.service \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user