mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/samba4: create tempfile with systemd
With systemd, samba4 will need some special temporary files to be created on each boot, as explained in: packaging/systemd/README Install the provided template file as configuration. However, this is not enough, as even the log directory is a tmpfs in the default Buildroot configuration, so we must also create the log directory on each boot. Hence we append this to the template installed above. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5787cf2516
commit
c6b4a5fcc4
@ -165,6 +165,9 @@ define SAMBA4_INSTALL_INIT_SYSTEMD
|
|||||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/smb.service
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/smb.service
|
||||||
ln -sf ../../../../usr/lib/systemd/system/winbind.service \
|
ln -sf ../../../../usr/lib/systemd/system/winbind.service \
|
||||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/winbind.service
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/winbind.service
|
||||||
|
$(INSTALL) -D -m 644 $(@D)/packaging/systemd/samba.conf.tmp \
|
||||||
|
$(TARGET_DIR)/etc/tmpfiles.d/samba.conf
|
||||||
|
printf "d /var/log/samba 755 root root\n" >>$(TARGET_DIR)/etc/tmpfiles.d/samba.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user