package/tor: do not install systemd service file

Upstream removed the sample service file for use with systemd:
https://gitweb.torproject.org/tor.git/commit/contrib?h=maint-0.4.5&id=915af1a65bc217fa33490876199bb69f760bea23

Fixes:
http://autobuild.buildroot.net/results/b80/b807f19283528b9f0d0c46250b660ea84695679c/
http://autobuild.buildroot.net/results/de4/de4f1a99b1c524b81579ee804156e26d3f8babe7/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Bernd Kuhls 2021-04-06 17:42:35 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 552ba842b7
commit acd317d907

View File

@ -73,9 +73,4 @@ endef
TOR_POST_INSTALL_TARGET_HOOKS += TOR_INSTALL_CONF
define TOR_INSTALL_INIT_SYSTEMD
$(INSTALL) -D -m 644 $(@D)/contrib/dist/tor.service \
$(TARGET_DIR)/usr/lib/systemd/system/tor.service
endef
$(eval $(autotools-package))