package/systemd: always enable systemd-tmpfilesd
this tool and service is pretty much expected to be enabled, making this a certainty will enable future improvements. The config variable BR2_PACKAGE_SYSTEMD_TMPFILES is still availabe and always set. Signed-off-by: Norbert Lange <nolange79@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
0f9828e5cf
commit
f7a928f883
package
@ -13,7 +13,6 @@ if BR2_PACKAGE_DHCP
|
||||
|
||||
config BR2_PACKAGE_DHCP_SERVER
|
||||
bool "dhcp server"
|
||||
select BR2_PACKAGE_SYSTEMD_TMPFILES if BR2_PACKAGE_SYSTEMD
|
||||
help
|
||||
DHCP server from the ISC DHCP distribution.
|
||||
|
||||
|
@ -501,15 +501,8 @@ config BR2_PACKAGE_SYSTEMD_TIMESYNCD
|
||||
http://www.freedesktop.org/software/systemd/man/systemd-timesyncd.html
|
||||
|
||||
config BR2_PACKAGE_SYSTEMD_TMPFILES
|
||||
bool "enable tmpfiles support"
|
||||
bool
|
||||
default y
|
||||
help
|
||||
systemd-tmpfiles creates, deletes, and cleans up volatile
|
||||
and temporary files and directories, based on the
|
||||
configuration file format and location specified in
|
||||
tmpfiles.d(5).
|
||||
|
||||
http://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html
|
||||
|
||||
config BR2_PACKAGE_SYSTEMD_USERDB
|
||||
bool "enable userdb daemon"
|
||||
|
@ -71,6 +71,7 @@ SYSTEMD_CONF_OPTS += \
|
||||
-Dsysvrcnd-path= \
|
||||
-Dtelinit-path= \
|
||||
-Dtests=false \
|
||||
-Dtmpfiles=true \
|
||||
-Dumount-path=/usr/bin/umount \
|
||||
-Dutmp=false
|
||||
|
||||
@ -315,12 +316,6 @@ else
|
||||
SYSTEMD_CONF_OPTS += -Dquotacheck=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD_TMPFILES),y)
|
||||
SYSTEMD_CONF_OPTS += -Dtmpfiles=true
|
||||
else
|
||||
SYSTEMD_CONF_OPTS += -Dtmpfiles=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD_SYSUSERS),y)
|
||||
SYSTEMD_CONF_OPTS += -Dsysusers=true
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user