Found it. In: 

man systemd.exec

Says setting PrivateTmp=true "makes sharing between processes via /tmp
impossible."

So if I change:

 EDIT /etc/systemd/system/named-custom.service 
 -  PrivateTmp=true
 +  PrivateTmp=false

Now the mount is created correctly when I use the unit file, and the
logs are preserved in my /var/log/named directory across chroot creation
& destruction.

-Izzy
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to