package/tor: Install default config and systemd .service file
Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0284c82eb5
commit
398859e815
@ -47,4 +47,16 @@ endif
|
||||
# uses gnu extensions
|
||||
TOR_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
||||
|
||||
define TOR_INSTALL_CONF
|
||||
$(INSTALL) -D -m 644 $(@D)/src/config/torrc.minimal \
|
||||
$(TARGET_DIR)/etc/tor/torrc
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user